Skip to content

Commit

Permalink
include 405 branch in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippImhof committed Oct 6, 2024
1 parent 978eda8 commit ee49069
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
fail-fast: false
matrix:
php: ['8.0', '8.1', '8.2', '8.3']
moodle-branch: ['MOODLE_401_STABLE', 'MOODLE_402_STABLE', 'MOODLE_403_STABLE', 'MOODLE_404_STABLE', 'main']
moodle-branch: ['MOODLE_401_STABLE', 'MOODLE_402_STABLE', 'MOODLE_403_STABLE', 'MOODLE_404_STABLE', 'MOODLE_405_STABLE', 'main']
database: [mariadb, pgsql]
exclude:
- moodle-branch: 'MOODLE_401_STABLE'
Expand All @@ -44,6 +44,8 @@ jobs:
php: '8.3'
- moodle-branch: 'MOODLE_404_STABLE'
php: '8.0'
- moodle-branch: 'MOODLE_405_STABLE'
php: '8.0'
- moodle-branch: 'main'
php: '8.0'

Expand Down

0 comments on commit ee49069

Please sign in to comment.