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.
1 parent 05c764c commit 19fd962Copy full SHA for 19fd962
.github/workflows/moodle-ci.yml
@@ -56,7 +56,7 @@ jobs:
56
57
- name: Initialise moodle-plugin-ci
58
run: |
59
- 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
60
echo $(cd ci/bin; pwd) >> $GITHUB_PATH
61
echo $(cd ci/vendor/bin; pwd) >> $GITHUB_PATH
62
sudo locale-gen en_AU.UTF-8
0 commit comments