Skip to content

Commit

Permalink
Update test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
mackensen committed Oct 9, 2023
1 parent e2325fc commit c19e852
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions .github/workflows/moodle-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,19 @@ jobs:
strategy:
fail-fast: false
matrix:
php: ['8.0', '8.1']
moodle-branch: ['master']
php: ['8.0', '8.1', '8.2']
moodle-branch: ['MOODLE_400_STABLE', 'MOODLE_401_STABLE', 'MOODLE_402_STABLE', 'MOODLE_403_STABLE', 'master']
database: [pgsql, mariadb]
include:
- {moodle-branch: 'MOODLE_400_STABLE', php: '7.4', database: 'pgsql'}
- {moodle-branch: 'MOODLE_401_STABLE', php: '7.4', database: 'mariadb'}
exclude:
- {moodle-branch: 'MOODLE_400_STABLE', php: '8.1', database: 'pgsql'}
- {moodle-branch: 'MOODLE_400_STABLE', php: '8.1', database: 'mariadb'}
- {moodle-branch: 'MOODLE_400_STABLE', php: '8.2', database: 'pgsql'}
- {moodle-branch: 'MOODLE_400_STABLE', php: '8.2', database: 'mariadb'}
- {moodle-branch: 'MOODLE_401_STABLE', php: '8.2', database: 'pgsql'}
- {moodle-branch: 'MOODLE_401_STABLE', php: '8.2', database: 'mariadb'}

steps:
- name: Check out repository code
Expand Down

0 comments on commit c19e852

Please sign in to comment.