We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 524e02d + 85b4994 commit 5e02c15Copy full SHA for 5e02c15
.github/workflows/ci.yml
@@ -14,7 +14,8 @@ permissions:
14
jobs:
15
testsuite:
16
uses: ADmad/.github/.github/workflows/testsuite-with-db.yml@master
17
- secrets: inherit
+ secrets:
18
+ CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
19
20
cs-stan:
21
uses: ADmad/.github/.github/workflows/cs-stan.yml@master
composer.json
@@ -34,8 +34,8 @@
34
"cakephp/orm": "^5.0"
35
},
36
"require-dev": {
37
- "cakephp/cakephp": "5.0",
38
- "phpunit/phpunit": "^10.1",
+ "cakephp/cakephp": "^5.0",
+ "phpunit/phpunit": "^10.1 || ^11.1",
39
"cocur/slugify": "^4.3"
40
41
"autoload": {
0 commit comments