Skip to content

Commit

Permalink
CI update to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
gjb2048 committed Sep 19, 2023
1 parent 38d29e2 commit 181f4d0
Showing 1 changed file with 4 additions and 11 deletions.
15 changes: 4 additions & 11 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,9 @@ jobs:
strategy:
fail-fast: false
matrix:
include:
- php: 7.3
moodle-branch: 'MOODLE_400_STABLE'
database: mariadb
- php: 7.4
moodle-branch: 'MOODLE_400_STABLE'
database: mariadb
- php: 8.0
moodle-branch: 'MOODLE_400_STABLE'
database: mariadb
php: ['7.3', '7.4', '8.0']
moodle-branch: ['MOODLE_400_STABLE']
database: [mariadb]

steps:
- name: Check out repository code
Expand All @@ -48,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 181f4d0

Please sign in to comment.