Skip to content

Commit 91b4deb

Browse files
committed
ci: fixes running php 8.1 on laravel
1 parent bd680b0 commit 91b4deb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/frameworks.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,9 @@ jobs:
9494
phpunit: '^11.0'
9595
- version: '^12.0'
9696
phpunit: '^11.0'
97+
exclude:
98+
- version: '^12.0'
99+
php: '8.1'
97100
name: "Laravel:${{ matrix.version }} - PHP${{ matrix.php }} - Composer ${{ matrix.composer-version }}"
98101

99102
steps:

0 commit comments

Comments
 (0)