Skip to content

Commit d8d3027

Browse files
committed
wip
1 parent 35bb51d commit d8d3027

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
@@ -26,7 +26,9 @@ jobs:
2626
- laravel: 10.*
2727
php: 8.0
2828
- laravel: 11.*
29-
php: [8.0, 8.1]
29+
php: 8.0
30+
- laravel: 11.*
31+
php: 8.1
3032

3133
steps:
3234
- name: Checkout code

0 commit comments

Comments
 (0)