Skip to content

Commit

Permalink
Update moodle-ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
NinaHerrmann authored May 2, 2024
1 parent 44e573b commit b4a9799
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/moodle-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
strategy:
matrix:
php: ['8.2']
moodle-branch: ['main']
moodle-branch: ['MOODLE_404_STABLE']
database: ['pgsql']

steps:
Expand Down Expand Up @@ -89,7 +89,7 @@ jobs:
fail-fast: false
matrix:
php: ['8.0', '8.1', '8.2']
moodle-branch: ['MOODLE_401_STABLE', 'MOODLE_402_STABLE', 'MOODLE_403_STABLE', 'main']
moodle-branch: ['MOODLE_401_STABLE', 'MOODLE_402_STABLE', 'MOODLE_403_STABLE', 'MOODLE_404_STABLE']
database: ['mariadb', 'pgsql']
exclude:
- php: '8.0'
Expand Down

0 comments on commit b4a9799

Please sign in to comment.