Skip to content

Commit af06a04

Browse files
committed
Bump orchestra/tesbench to support PHP 8.1
1 parent a039952 commit af06a04

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/run-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- laravel: 9.*
1616
testbench: 7.*
1717
- laravel: 8.*
18-
testbench: 6.*
18+
testbench: ^6.22
1919

2020
name: PHP ${{ matrix.php }} – Laravel ${{ matrix.laravel }} - ${{ matrix.stability }}
2121

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"illuminate/support": "^8.0|^9.0"
3838
},
3939
"require-dev": {
40-
"orchestra/testbench": "^6.0|^7.0",
40+
"orchestra/testbench": "^6.22|^7.0",
4141
"nunomaduro/collision": "^5.0|^6.0",
4242
"phpunit/phpunit": "^9.3"
4343
},

0 commit comments

Comments
 (0)