Skip to content

Commit

Permalink
PM-46464 maybe fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mk-kialo committed Aug 28, 2024
1 parent 0140edf commit 65b2d25
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/moodle-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
- name: Initialise moodle-plugin-ci
run: |
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 ^4.5.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
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
},
"require-dev": {
"squizlabs/php_codesniffer": "^3.7",
"moodlehq/moodle-cs": "^3.4",
"moodlehq/moodle-cs": "^v3.4.10",
"phpunit/phpunit": "^9.6",
"friendsofphp/php-cs-fixer": "^3.58",
"phpro/grumphp-shim": "^1.13"
Expand Down
14 changes: 7 additions & 7 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 65b2d25

Please sign in to comment.