Skip to content

Commit

Permalink
Bump Moodle plugin CI to version 4.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
paulholden committed May 4, 2023
1 parent cf644dc commit 193f549
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/moodle-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,8 @@ jobs:
fail-fast: false
matrix:
include:
- php: '7.3'
- php: '7.4'
moodle-branch: 'MOODLE_39_STABLE'
- php: '7.3'
moodle-branch: 'MOODLE_310_STABLE'
- php: '7.4'
moodle-branch: 'MOODLE_311_STABLE'
- php: '7.4'
Expand All @@ -49,7 +47,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 193f549

Please sign in to comment.