Skip to content

Commit

Permalink
Update CI php and moodle versions
Browse files Browse the repository at this point in the history
  • Loading branch information
alexmorrisnz committed Apr 18, 2024
1 parent 620527b commit 6d436b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ jobs:
strategy:
fail-fast: false
matrix:
php: [ '7.4', '8.0' ]
moodle-branch: [ 'MOODLE_311_STABLE', 'MOODLE_400_STABLE', 'MOODLE_401_STABLE', 'master' ]
php: [ '8.1' ]
moodle-branch: [ 'MOODLE_401_STABLE', 'MOODLE_402_STABLE', 'MOODLE_403_STABLE', 'master' ]
database: [ pgsql, mariadb ]

steps:
Expand Down

0 comments on commit 6d436b5

Please sign in to comment.