Skip to content

Commit 66272be

Browse files
committed
update testbench in order to still support laravel 8 within tests
1 parent 14383c8 commit 66272be

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/main.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ jobs:
1111
strategy:
1212
fail-fast: false
1313
matrix:
14-
php: ['8.0', '8.1', '8.2']
15-
laravel: ['8.*', '11.*']
16-
testbench: ['6.*', '9.*']
14+
php: ["8.0", "8.1", "8.2"]
15+
laravel: ["8.*", "11.*"]
16+
testbench: ["6.*", "8.*"]
1717
dependency-version: [prefer-stable]
1818
include:
1919
- laravel: 8.*
@@ -22,9 +22,9 @@ jobs:
2222
testbench: 9.*
2323
exclude:
2424
- laravel: 11.*
25-
php: '8.0'
25+
php: "8.0"
2626
- laravel: 11.*
27-
php: '8.1'
27+
php: "8.1"
2828

2929
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }} - ubuntu-latest
3030

0 commit comments

Comments
 (0)