Skip to content

Commit 62ba5e5

Browse files
committed
WIP
1 parent b93b127 commit 62ba5e5

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

.github/workflows/run-tests.yml

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
fail-fast: true
1111
matrix:
1212
php: [ 8.0, 8.1 ]
13-
laravel: [ 7.*, 8.*, 9.* ]
13+
laravel: [ 7.*, 8.*, 9.*, 10.* ]
1414
include:
1515
- php: 8.0
1616
laravel: 7.*
@@ -43,6 +43,17 @@ jobs:
4343
phpunit: 9.*
4444
testbench: 7.*
4545
larastan: 2.*
46+
- php: 8.1
47+
laravel: 10.*
48+
phpunit: 10.*
49+
testbench: 9.*
50+
larastan: 2.*
51+
52+
exclude:
53+
- php: 8.0
54+
laravel: 10.*
55+
- php: 8.1
56+
laravel: 7.*
4657

4758
name: Laravel Actions Tests - PHP ${{ matrix.php }} - Laravel ${{ matrix.laravel }}
4859

0 commit comments

Comments
 (0)