Skip to content

Commit e208dcb

Browse files
committed
Update tools to current ones
- local_ci - local_moodlecheck
1 parent 17b01fd commit e208dcb

File tree

3 files changed

+14
-11
lines changed

3 files changed

+14
-11
lines changed

composer.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -40,32 +40,32 @@
4040
"type": "package",
4141
"package": {
4242
"name": "moodlehq/moodle-local_ci",
43-
"version": "1.0.15",
43+
"version": "1.0.16",
4444
"source": {
4545
"url": "https://github.com/moodlehq/moodle-local_ci.git",
4646
"type": "git",
47-
"reference": "v1.0.15"
47+
"reference": "v1.0.16"
4848
}
4949
}
5050
},
5151
{
5252
"type": "package",
5353
"package": {
5454
"name": "moodlehq/moodle-local_moodlecheck",
55-
"version": "1.1.2",
55+
"version": "1.1.3",
5656
"source": {
5757
"url": "https://github.com/moodlehq/moodle-local_moodlecheck.git",
5858
"type": "git",
59-
"reference": "v1.1.2"
59+
"reference": "v1.1.3"
6060
}
6161
}
6262
}
6363
],
6464
"require": {
6565
"php": ">=7.0.8",
6666
"moodlehq/moodle-cs": "^3.2.3",
67-
"moodlehq/moodle-local_ci": "^1.0.15",
68-
"moodlehq/moodle-local_moodlecheck": "^1.1.2",
67+
"moodlehq/moodle-local_ci": "^1.0.16",
68+
"moodlehq/moodle-local_moodlecheck": "^1.1.3",
6969
"sebastian/phpcpd": "^3.0",
7070
"sebastian/version": "^2.0.1",
7171
"phpmd/phpmd": "^2.2",

composer.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ This project adheres to [Semantic Versioning](http://semver.org/).
99
The format of this change log follows the advice given at [Keep a CHANGELOG](http://keepachangelog.com).
1010

1111
## [Unreleased]
12+
### Changed
13+
- 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.
14+
1215
### Fixed
1316
- Updated to `php-coveralls/php-coveralls` v2 for uploading coverage results to [Coveralls](https://coveralls.io) with the `coveralls-upload` command.
1417
- ACTION REQUIRED: Review any use of the `coveralls-upload` command in GHA and ensure that `COVERALLS_REPO_TOKEN` is set in the environment. See [Coveralls integration](https://github.com/moodlehq/moodle-plugin-ci/blob/master/docs/CodeCoverage.md#coveralls-integration) for more information.

0 commit comments

Comments
 (0)