Skip to content

Commit

Permalink
Fixing CI, drop Laravel 10 support, added PHP 8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
onlime committed Oct 15, 2024
1 parent 1295444 commit 4aa98ec
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,17 @@ jobs:
strategy:
fail-fast: true
matrix:
php: [8.3, 8.2, 8.1]
laravel: [11.*, 10.*]
php: [8.4, 8.3, 8.2]
laravel: [11.*]
stability: [prefer-lowest, prefer-stable]
include:
- laravel: 11.*
testbench: 9.*
- laravel: 10.*
testbench: 8.*
exclude:
- laravel: 11.*
php: 8.1
# - laravel: 10.*
# testbench: 8.*
# exclude:
# - laravel: 11.*
# php: 8.1

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

Expand Down

0 comments on commit 4aa98ec

Please sign in to comment.