Skip to content

Commit

Permalink
CI
Browse files Browse the repository at this point in the history
  • Loading branch information
gjb2048 committed Apr 3, 2024
1 parent f4720ff commit 269fbf1
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 @@ -21,8 +21,8 @@ jobs:
strategy:
fail-fast: false
matrix:
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']
php: ['8.1', '8.2']
moodle-branch: ['main']
database: [mariadb]

steps:
Expand Down

0 comments on commit 269fbf1

Please sign in to comment.