Skip to content

Commit

Permalink
chore: ignores PHP 8.1 on L11
Browse files Browse the repository at this point in the history
  • Loading branch information
nunomaduro committed Feb 17, 2024
1 parent b120301 commit 0c79cd4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ jobs:
laravel: ['10', '11']
dependency-version: [prefer-lowest, prefer-stable]
parallel: ['', '--parallel']
exclude:
- php: '8.1'
laravel: '11'

name: PHP ${{ matrix.php }} - Laravel ${{ matrix.laravel }} - ${{ matrix.os }} - ${{ matrix.dependency-version }} - ${{ matrix.parallel }}

Expand Down

0 comments on commit 0c79cd4

Please sign in to comment.