Skip to content

Commit

Permalink
chore: exclude some php versions
Browse files Browse the repository at this point in the history
  • Loading branch information
gtjamesa committed Mar 22, 2024
1 parent ff63d0f commit 2f63590
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
fail-fast: true
matrix:
os: [ ubuntu-latest ]
php: [ 8.1, 8.2 ]
php: [ 8.1, 8.2, 8.3 ]
laravel: [ 9.*, 10.*, 11.* ]
include:
- laravel: 11.*
Expand All @@ -22,6 +22,11 @@ jobs:
- laravel: 9.*
testbench: 7.*
stability: prefer-stable
exclude:
- php: 8.3
laravel: 9.*
- php: 8.1
laravel: 11.*

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

Expand Down

0 comments on commit 2f63590

Please sign in to comment.