Skip to content

Commit

Permalink
M4.3 CI Update.
Browse files Browse the repository at this point in the history
  • Loading branch information
gjb2048 committed Jan 10, 2024
1 parent fe0caf5 commit 3d1caf0
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,9 @@ jobs:
strategy:
fail-fast: false
matrix:
include:
- php: 8.0
moodle-branch: 'MOODLE_402_STABLE'
database: mariadb
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]

steps:
- name: Check out repository code
Expand All @@ -42,7 +41,7 @@ jobs:

- name: Initialise moodle-plugin-ci
run: |
composer create-project -n --no-dev --prefer-dist moodlehq/moodle-plugin-ci ci ^3
composer create-project -n --no-dev --prefer-dist moodlehq/moodle-plugin-ci ci ^4
echo $(cd ci/bin; pwd) >> $GITHUB_PATH
echo $(cd ci/vendor/bin; pwd) >> $GITHUB_PATH
sudo locale-gen en_AU.UTF-8
Expand Down

0 comments on commit 3d1caf0

Please sign in to comment.