Skip to content

Commit

Permalink
updates CI workflow to run tests in M4.4 and PHP 8.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
stopfstedt committed Oct 4, 2024
1 parent 8982e1d commit 4420056
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 4420056

Please sign in to comment.