Skip to content

Commit 3a2afc9

Browse files
committed
updated tests
1 parent 999c350 commit 3a2afc9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,13 @@ jobs:
1111
fail-fast: false
1212
matrix:
1313
php: [8.0, 8.1]
14-
laravel: [9.*]
14+
laravel: [9.*, 10.*]
1515

1616
include:
1717
- laravel: 9.*
1818
testbench: 7.*
19+
- laravel: 10.*
20+
testbench: 9.*
1921

2022
name: P${{ matrix.php }} - L${{ matrix.laravel }}
2123

0 commit comments

Comments
 (0)