We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6efaa8d commit 30077b5Copy full SHA for 30077b5
.github/workflows/moodle-ci.yml
@@ -50,7 +50,7 @@ jobs:
50
51
- name: Initialise moodle-plugin-ci
52
run: |
53
- 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.5.4
54
echo $(cd ci/bin; pwd) >> $GITHUB_PATH
55
echo $(cd ci/vendor/bin; pwd) >> $GITHUB_PATH
56
sudo locale-gen en_AU.UTF-8
@@ -182,7 +182,7 @@ jobs:
182
183
184
185
186
187
188
0 commit comments