Skip to content

Commit

Permalink
Update exclude list in matrix configuration to exclude PHP 8.1 and La…
Browse files Browse the repository at this point in the history
…ravel 11.*.
  • Loading branch information
murdercode committed Mar 1, 2024
1 parent 2a9ae28 commit 8389d55
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ jobs:
php: [ 8.3, 8.2, 8.1 ]
laravel: [ 11.*, 10.* ]
stability: [ prefer-stable ]
exclude:
- php: 8.1
laravel: 11.*

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

Expand Down

0 comments on commit 8389d55

Please sign in to comment.