Skip to content

Commit

Permalink
exclude laravel 8 from php 8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
fabio-ivona committed Dec 5, 2023
1 parent 506aafa commit 11ceda2
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 @@ -21,6 +21,8 @@ jobs:
laravel: 10.*
- php: 8.2
stability: prefer-lowest
- php: 8.2
laravel: 8.*

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

Expand Down

0 comments on commit 11ceda2

Please sign in to comment.