Skip to content

Commit

Permalink
fix(CI): Bump dependencies and platform requirement
Browse files Browse the repository at this point in the history
Signed-off-by: Joas Schilling <coding@schilljs.com>
  • Loading branch information
nickvergessen committed Feb 5, 2024
1 parent a13939e commit 350ffaf
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 155 deletions.
39 changes: 0 additions & 39 deletions .github/workflows/lint-eslint-when-unrelated.yml

This file was deleted.

43 changes: 0 additions & 43 deletions .github/workflows/node-when-unrelated.yml

This file was deleted.

68 changes: 0 additions & 68 deletions .github/workflows/phpunit-summary-when-unrelated.yml

This file was deleted.

4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"optimize-autoloader": true,
"classmap-authoritative": true,
"platform": {
"php": "7.4"
"php": "8.0.2"
}
},
"scripts": {
Expand All @@ -16,6 +16,6 @@
"test:unit": "echo 'Only testing installation of the app'"
},
"require-dev": {
"nextcloud/coding-standard": "^1.0.0"
"nextcloud/coding-standard": "^1.1.1"
}
}
6 changes: 3 additions & 3 deletions composer.lock

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

0 comments on commit 350ffaf

Please sign in to comment.