Skip to content

Commit d88f738

Browse files
committed
wip
1 parent cbe9021 commit d88f738

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/run-tests.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,9 @@ jobs:
1515
php: [8.0, 8.1, 8.2, 8.3]
1616
laravel: [9.*, 10.*, 11.*, 12.*]
1717
exclude:
18-
# PHP 8.0 is not compatible with Laravel 11/12
18+
# PHP 8.0 is not compatible with Laravel 10/11/12
19+
- php: 8.0
20+
laravel: 10.*
1921
- php: 8.0
2022
laravel: 11.*
2123
- php: 8.0

0 commit comments

Comments
 (0)