Skip to content

Commit

Permalink
add PHPUnit 11 support
Browse files Browse the repository at this point in the history
  • Loading branch information
LordSimal committed Sep 1, 2024
1 parent e47cabd commit 3d67cc7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
branches:
- 'main'
- '1.x'
- '1.next'
pull_request:
branches:
- '*'
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
"type": "cakephp-plugin",
"require": {
"php": "^8.1",
"cakephp/cakephp": "^5.0.0",
"cakephp/cakephp": "dev-5.next",
"dragonmantank/cron-expression": "^3.3"
},
"require-dev": {
"cakephp/cakephp-codesniffer": "^5.0",
"phpunit/phpunit": "^10.1"
"phpunit/phpunit": "^10.5.5 || ^11.1.3"
},
"license": "MIT",
"autoload": {
Expand Down

0 comments on commit 3d67cc7

Please sign in to comment.