Skip to content

Commit

Permalink
No 8.2 for now.
Browse files Browse the repository at this point in the history
  • Loading branch information
gjb2048 committed Oct 8, 2023
1 parent 72ed0ea commit 3adebf9
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 @@ -21,7 +21,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php: ['8.0', '8.2']
php: ['8.0'] # Note in 8.2 Creation of dynamic properties are deprecated and thus PHPUnit and Behat tests will fail, so 8.2 removed.
moodle-branch: ['MOODLE_403_STABLE']
database: [mariadb]

Expand Down

0 comments on commit 3adebf9

Please sign in to comment.