Skip to content

Commit

Permalink
testing plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
Kristiina.Bax committed Aug 21, 2023
1 parent 9fc317f commit 4e9037d
Showing 1 changed file with 13 additions and 4 deletions.
17 changes: 13 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,21 @@ jobs:
fail-fast: false
matrix:
include:
- php: '7.4'
- php: '8.1'
moodle-branch: 'master'
database: 'pgsql'
- php: '7.3'
moodle-branch: 'MOODLE_311_STABLE'
- php: '8.1'
moodle-branch: 'MOODLE_402_STABLE'
database: 'mariadb'
- php: '7.4'
moodle-branch: 'MOODLE_401_STABLE'
database: 'pgsql'
- php: '8.0'
moodle-branch: 'MOODLE_400_STABLE'
database: 'mariadb'
- php: '7.4'
moodle-branch: 'MOODLE_311_STABLE'
database: 'pgsql'

services:
postgres:
Expand Down Expand Up @@ -66,7 +75,7 @@ jobs:
env:
DB: ${{ matrix.database }}
MOODLE_BRANCH: ${{ matrix.moodle-branch }}

- name: phplint
if: ${{ always() }}
run: moodle-plugin-ci phplint
Expand Down

0 comments on commit 4e9037d

Please sign in to comment.