Skip to content

Commit ff63d0f

Browse files
committed
chore: update tests
1 parent 8cf3f60 commit ff63d0f

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/run-tests.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,12 @@ jobs:
1010
matrix:
1111
os: [ ubuntu-latest ]
1212
php: [ 8.1, 8.2 ]
13-
laravel: [ 9.*, 10.* ]
13+
laravel: [ 9.*, 10.*, 11.* ]
1414
include:
15+
- laravel: 11.*
16+
testbench: 9.*
17+
stability: prefer-stable
18+
php: 8.2
1519
- laravel: 10.*
1620
testbench: 8.*
1721
stability: prefer-stable

0 commit comments

Comments
 (0)