Skip to content

Commit

Permalink
downgrade PHP versions in CI
Browse files Browse the repository at this point in the history
PHP 8.3 is not officially supported for M4.3.
The only reason why this didn't blow up in the CI is b/c we don't have any tests in this branch, so it didn't attempt to install build-breaking dependencies that come with test coverage.
  • Loading branch information
stopfstedt authored Aug 21, 2024
1 parent 8a31f15 commit e8369f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php: ["8.2", "8.3"]
php: ["8.1", "8.2"]
moodle-branch: ["MOODLE_403_STABLE"]
database: [pgsql, mariadb]

Expand Down

0 comments on commit e8369f5

Please sign in to comment.