Skip to content

Commit d8cfad0

Browse files
committed
Update php.yml
1 parent ac10c36 commit d8cfad0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/php.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,18 +13,18 @@ jobs:
1313
strategy:
1414
fail-fast: true
1515
matrix:
16-
laravel: [ 8.*, 9.* ]
16+
laravel: [ 8.*, 9.*, 10.* ]
1717
php: [ 8.1, 8.2 ]
1818
include:
1919
- laravel: 8.*
20-
php: 8.1
2120
testbench: 6.*
2221
- laravel: 9.*
23-
php: 8.1
2422
testbench: 7.*
2523
- laravel: 10.*
26-
php: 8.2
2724
testbench: 7.*
25+
exclude:
26+
- laravel: 8.*
27+
- php: ^8.2
2828

2929
name: P${{ matrix.php }} - L${{ matrix.laravel }}
3030

0 commit comments

Comments
 (0)