Skip to content

Commit

Permalink
Run test on PHP 8.4 L11 (#27)
Browse files Browse the repository at this point in the history
* Run test on PHP 8.4 L11

* Allow installing testbench v9
  • Loading branch information
szepeviktor authored Dec 27, 2024
1 parent 27d0405 commit 6a03998
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ jobs:
php: 8.2
- laravel: 10
php: 8.3
- laravel: 11
php: 8.4

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"php": "^8.1"
},
"require-dev": {
"orchestra/testbench": "^8.0",
"orchestra/testbench": "^8.0 || ^9.0",
"larastan/larastan": "^2.4",
"pestphp/pest": "^2.0",
"pestphp/pest-plugin-laravel": "^2.0"
Expand Down

0 comments on commit 6a03998

Please sign in to comment.