Skip to content

Commit

Permalink
adjust CI configuration for Moodle 4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
mirleu committed Sep 11, 2024
1 parent bba6281 commit d81a29b
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 @@ -34,8 +34,8 @@ jobs:
strategy:
fail-fast: false
matrix:
php: ["8.1", "8.2"]
moodle-branch: ["MOODLE_403_STABLE"]
php: ["8.2", "8.3"]
moodle-branch: ["MOODLE_404_STABLE"]
database: [pgsql, mariadb]

steps:
Expand Down

0 comments on commit d81a29b

Please sign in to comment.