We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 81e52d2 + 4840c5e commit d69de52Copy full SHA for d69de52
.github/workflows/moodle-plugin-ci.yml
@@ -86,7 +86,7 @@ jobs:
86
87
- name: Initialise moodle-plugin-ci
88
run: |
89
- composer create-project -n --no-dev --prefer-dist moodlehq/moodle-plugin-ci ci ^4
+ composer create-project -n --no-dev --prefer-dist moodlehq/moodle-plugin-ci ci ^3
90
echo $(cd ci/bin; pwd) >> $GITHUB_PATH
91
echo $(cd ci/vendor/bin; pwd) >> $GITHUB_PATH
92
sudo locale-gen en_AU.UTF-8
0 commit comments