We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 474af5e commit 4322f47Copy full SHA for 4322f47
.github/workflows/run-tests.yml
@@ -13,7 +13,7 @@ jobs:
13
fail-fast: true
14
matrix:
15
os: [ubuntu-latest]
16
- php: [8.0,8.1,8.2]
+ php: [ 8.0,8.1,8.2,8.3 ]
17
laravel: [ 9.*,10.*,11.* ]
18
stability: [prefer-stable]
19
include:
@@ -22,7 +22,7 @@ jobs:
22
- laravel: 10.*
23
testbench: 8.*
24
- laravel: 11.*
25
- testbench: 8.*
+ testbench: 9.*
26
exclude:
27
- php: 8.0
28
laravel: 10.*
composer.json
@@ -26,7 +26,7 @@
"friendsofphp/php-cs-fixer": "^3.8",
"nunomaduro/collision": "^6.0|^7.0",
"nunomaduro/larastan": "^2.0.1",
29
- "orchestra/testbench": "^7.0|^8.0",
+ "orchestra/testbench": "^7.0|^8.0|^9.0",
30
"pestphp/pest": "^1|^2",
31
"pestphp/pest-plugin-laravel": "^1.1|^2.0",
32
"phpstan/extension-installer": "^1.1",
0 commit comments