Skip to content

Commit 4322f47

Browse files
committed
Update testbench
1 parent 474af5e commit 4322f47

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/run-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
fail-fast: true
1414
matrix:
1515
os: [ubuntu-latest]
16-
php: [8.0,8.1,8.2]
16+
php: [ 8.0,8.1,8.2,8.3 ]
1717
laravel: [ 9.*,10.*,11.* ]
1818
stability: [prefer-stable]
1919
include:
@@ -22,7 +22,7 @@ jobs:
2222
- laravel: 10.*
2323
testbench: 8.*
2424
- laravel: 11.*
25-
testbench: 8.*
25+
testbench: 9.*
2626
exclude:
2727
- php: 8.0
2828
laravel: 10.*

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"friendsofphp/php-cs-fixer": "^3.8",
2727
"nunomaduro/collision": "^6.0|^7.0",
2828
"nunomaduro/larastan": "^2.0.1",
29-
"orchestra/testbench": "^7.0|^8.0",
29+
"orchestra/testbench": "^7.0|^8.0|^9.0",
3030
"pestphp/pest": "^1|^2",
3131
"pestphp/pest-plugin-laravel": "^1.1|^2.0",
3232
"phpstan/extension-installer": "^1.1",

0 commit comments

Comments
 (0)