Skip to content

Commit ec24b39

Browse files
committed
Update automated tests
1 parent aaf5934 commit ec24b39

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/run-tests.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,12 @@ jobs:
1414
matrix:
1515
os: [ubuntu-latest]
1616
php: [8.3, 8.2, 8.1, 8.0, 7.4]
17-
laravel: [10.*, 9.*, 8.*]
17+
laravel: [11.*, 10.*, 9.*, 8.*]
1818
stability: [prefer-lowest, prefer-stable]
1919
include:
20+
- laravel: 11.*
21+
testbench: 9.*
22+
carbon: ^2.63
2023
- laravel: 10.*
2124
testbench: 8.*
2225
carbon: ^2.63
@@ -27,6 +30,8 @@ jobs:
2730
testbench: 6.27
2831
carbon: ^2.63
2932
exclude:
33+
- laravel: 11.*
34+
php: 8.1
3035
- laravel: 10.*
3136
php: 8.0
3237
- laravel: 10.*

0 commit comments

Comments
 (0)