Skip to content

Commit d506442

Browse files
committed
Update test bench versions for Laravel compatibility
1 parent 5deded4 commit d506442

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/run-tests.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ jobs:
99
fail-fast: true
1010
matrix:
1111
os: [ubuntu-latest]
12+
php: [7.3 8.0]
1213
stability: [prefer-stable]
1314
include:
1415
- laravel: 9.*
@@ -18,10 +19,10 @@ jobs:
1819
testbench: 6.23
1920
php: 8.0
2021
- laravel: 7.*
21-
testbench: 6.23
22+
testbench: 5.20.0
2223
php: 7.3
2324
- laravel: 6.*
24-
testbench: 6.23
25+
testbench: 4.18.0
2526
php: 7.3
2627

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

0 commit comments

Comments
 (0)