Skip to content

Commit cd10f74

Browse files
committed
FIX: github actions run test matrix config
1 parent b7733c0 commit cd10f74

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/run-tests.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,10 @@ jobs:
2222
carbon: 3.*
2323
- laravel: 10.*
2424
testbench: 8.*
25-
carbon: 3.*
25+
carbon: 2.*
26+
exclude:
27+
- laravel: 11.*
28+
php: 8.1
2629
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
2730
steps:
2831
- name: Checkout code

0 commit comments

Comments
 (0)