Skip to content

Commit 5e02c15

Browse files
authored
Merge pull request #53 from UseMuffin/feat/phpunit-11
Allow PHPUnit 11
2 parents 524e02d + 85b4994 commit 5e02c15

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/ci.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ permissions:
1414
jobs:
1515
testsuite:
1616
uses: ADmad/.github/.github/workflows/testsuite-with-db.yml@master
17-
secrets: inherit
17+
secrets:
18+
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
1819

1920
cs-stan:
2021
uses: ADmad/.github/.github/workflows/cs-stan.yml@master

composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@
3434
"cakephp/orm": "^5.0"
3535
},
3636
"require-dev": {
37-
"cakephp/cakephp": "5.0",
38-
"phpunit/phpunit": "^10.1",
37+
"cakephp/cakephp": "^5.0",
38+
"phpunit/phpunit": "^10.1 || ^11.1",
3939
"cocur/slugify": "^4.3"
4040
},
4141
"autoload": {

0 commit comments

Comments
 (0)