Skip to content

Commit

Permalink
[ci] test latest moodle 4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
mk-kialo committed May 13, 2024
1 parent 08eed45 commit 61b8907
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/moodle-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
fail-fast: false
matrix:
php: [ '8.0', '8.1' ] # Moodle doesn't support PHP 8.2 yet.
moodle-branch: [ 'MOODLE_401_STABLE', 'MOODLE_402_STABLE' ] # LTS & latest.
moodle-branch: [ 'MOODLE_401_STABLE', 'MOODLE_404_STABLE' ] # LTS & latest.
database: [ pgsql ] # We don't use any database specific features, and our test sites run mariadb already.

steps:
Expand Down

0 comments on commit 61b8907

Please sign in to comment.