mirror of
https://github.com/archtechx/enums.git
synced 2025-12-12 08:04:04 +00:00
Run test on PHP 8.4 L11 (#27)
* Run test on PHP 8.4 L11 * Allow installing testbench v9
This commit is contained in:
parent
27d0405b98
commit
6a0399823f
2 changed files with 3 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
|
@ -23,6 +23,8 @@ jobs:
|
|||
php: 8.2
|
||||
- laravel: 10
|
||||
php: 8.3
|
||||
- laravel: 11
|
||||
php: 8.4
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue