Skip to content

Commit

Permalink
newer moodle/php versions for ci
Browse files Browse the repository at this point in the history
  • Loading branch information
my-curiosity committed Jan 5, 2024
1 parent 680e5a2 commit 8a9be06
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions .github/workflows/moodle-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,12 @@ jobs:
strategy:
fail-fast: false
matrix:
php: ['7.4', '8.0', '8.1']
moodle-branch: ['MOODLE_400_STABLE', 'MOODLE_401_STABLE', 'MOODLE_402_STABLE']
database: [pgsql, mariadb]
php: [ '8.0', '8.1', '8.2' ]
moodle-branch: [ 'MOODLE_401_STABLE', 'MOODLE_402_STABLE', 'MOODLE_403_STABLE' ]
database: [ 'mariadb', 'pgsql' ]
exclude:
- php: '8.1'
moodle-branch: 'MOODLE_400_STABLE'
- php: '7.4'
moodle-branch: 'MOODLE_402_STABLE'
- php: '8.2'
moodle-branch: 'MOODLE_401_STABLE'

steps:
- name: Check out repository code
Expand Down

0 comments on commit 8a9be06

Please sign in to comment.