Skip to content

Commit

Permalink
Update tools to current ones
Browse files Browse the repository at this point in the history
- local_ci
- local_moodlecheck
  • Loading branch information
stronk7 committed Oct 18, 2022
1 parent 383881f commit a5ce15e
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 22 deletions.
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,32 +40,32 @@
"type": "package",
"package": {
"name": "moodlehq/moodle-local_ci",
"version": "1.0.14",
"version": "1.0.15",
"source": {
"url": "https://github.com/moodlehq/moodle-local_ci.git",
"type": "git",
"reference": "v1.0.14"
"reference": "v1.0.15"
}
}
},
{
"type": "package",
"package": {
"name": "moodlehq/moodle-local_moodlecheck",
"version": "1.1.1",
"version": "1.1.2",
"source": {
"url": "https://github.com/moodlehq/moodle-local_moodlecheck.git",
"type": "git",
"reference": "v1.1.1"
"reference": "v1.1.2"
}
}
}
],
"require": {
"php": ">=7.0.8",
"moodlehq/moodle-cs": "^3.2.3",
"moodlehq/moodle-local_ci": "^1.0.14",
"moodlehq/moodle-local_moodlecheck": "^1.1.1",
"moodlehq/moodle-local_ci": "^1.0.15",
"moodlehq/moodle-local_moodlecheck": "^1.1.2",
"sebastian/phpcpd": "^3.0",
"sebastian/version": "^2.0.1",
"phpmd/phpmd": "^2.2",
Expand Down
33 changes: 17 additions & 16 deletions composer.lock

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

1 change: 1 addition & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ The format of this change log follows the advice given at [Keep a CHANGELOG](htt
## [Unreleased]
### Changed
- Internal improvements to the release process.
- Updated project dependencies to current [moodle-local_moodlecheck](https://github.com/moodlehq/moodle-local_moodlecheck) and [moodle-local_ci](https://github.com/moodlehq/moodle-local_ci) versions.
- Updated all uses of `actions/checkout` from `v2` (using node 12) to `v3` (using node 16), because [actions using node 12 are deprecated](https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/) and will stop working in the future.
* ACTION SUGGESTED: In order to avoid the node 12 deprecation warnings, update your workflows to use `actions/checkout@v3`.

Expand Down

0 comments on commit a5ce15e

Please sign in to comment.