Skip to content

Commit bc0ba23

Browse files
fix matrix exclusion for Laravel 11
1 parent ad16f29 commit bc0ba23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
php: [8.3, 8.2, 8.1]
1717
laravel: ['^10.0', '^11.0']
1818
exclude:
19-
- laravel: '11.0'
19+
- laravel: '^11.0'
2020
php: 8.1
2121

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

0 commit comments

Comments
 (0)