Skip to content

Commit

Permalink
run unittests only on m4.4 when using php 8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
my-curiosity committed Aug 21, 2024
1 parent ec15efe commit fb2db33
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/moodle-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,12 @@ jobs:
php: [ '8.2', '8.3' ]
moodle-branch: [ 'MOODLE_402_STABLE', 'MOODLE_403_STABLE', 'MOODLE_404_STABLE' ]
database: ['mariadb', 'pgsql']
# for phpunit
exclude:
- php: '8.3'
moodle-branch: 'MOODLE_402_STABLE'
- php: '8.3'
moodle-branch: 'MOODLE_403_STABLE'

steps:
- name: Start MariaDB
Expand Down

0 comments on commit fb2db33

Please sign in to comment.