Skip to content

Commit 4ba2c21

Browse files
committed
pump
1 parent aeca23e commit 4ba2c21

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- laravel: 8.*
2121
testbench: ^6.23
2222
- laravel: 9.*
23-
testbench: 7.*
23+
testbench: ^7.0
2424

2525
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
2626

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@
1818
"require": {
1919
"php": "^8.0",
2020
"spatie/laravel-package-tools": "^1.9.2",
21-
"illuminate/contracts": "^8.73"
21+
"illuminate/contracts": "^8.73|^9.0"
2222
},
2323
"require-dev": {
2424
"nunomaduro/collision": "^5.10",
2525
"nunomaduro/larastan": "^1.0",
26-
"orchestra/testbench": "^6.22|^7.0",
26+
"orchestra/testbench": "^6.22",
2727
"pestphp/pest": "^1.21",
2828
"pestphp/pest-plugin-laravel": "^1.1",
2929
"phpstan/extension-installer": "^1.1",

0 commit comments

Comments
 (0)