Skip to content

Commit

Permalink
exclude php8.1 for Laravel 11
Browse files Browse the repository at this point in the history
  • Loading branch information
macbookandrew committed Oct 21, 2024
1 parent 3bbe5fa commit 00d219b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ jobs:
php: 8.0
- laravel: 11.*
php: 8.0
- laravel: 11.*
php: 8.1

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

Expand Down

0 comments on commit 00d219b

Please sign in to comment.