Skip to content

Commit af9f64b

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

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/frameworks.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,8 @@ jobs:
9595
- version: '^12.0'
9696
phpunit: '^11.0'
9797
exclude:
98+
- version: '^11.0'
99+
php: '8.1'
98100
- version: '^12.0'
99101
php: '8.1'
100102
name: "Laravel:${{ matrix.version }} - PHP${{ matrix.php }} - Composer ${{ matrix.composer-version }}"

0 commit comments

Comments
 (0)