Skip to content

Commit

Permalink
exclude PHP V8.1 from L11 testing
Browse files Browse the repository at this point in the history
  • Loading branch information
ousid committed Mar 30, 2024
1 parent 0cc62d9 commit a4b9de4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
fail-fast: true
matrix:
os: [ubuntu-latest, windows-latest]
php: [8.2, 8.1, 8.3]
php: [8.1, 8.2, 8.3]
laravel: [10.*, 11.*]
stability: [prefer-lowest, prefer-stable]
include:
Expand All @@ -22,6 +22,9 @@ jobs:
carbon: ^2.63
- laravel: 11.*
testbench: 9.*
exclude:
- laravel: 11.*
php: 8.1

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

Expand Down

0 comments on commit a4b9de4

Please sign in to comment.