Skip to content

Commit

Permalink
Exclude Laravel 10 from php 8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
SamuelMwangiW committed Jun 2, 2024
1 parent c42ce56 commit f55bc98
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 @@ -33,6 +33,8 @@ jobs:
exclude:
- php: 8.1
laravel: 11.*
- php: 8.4
laravel: 10.*

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

Expand Down

0 comments on commit f55bc98

Please sign in to comment.