Skip to content

Commit

Permalink
Add test to php 8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
cesargb authored Dec 3, 2024
1 parent bcdbbec commit e7e847a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php: [8.3, 8.2, 8.1]
php: [8.4, 8.3, 8.2]
laravel: ['10.*', '11.*']
dependency-version: [prefer-stable]
include:
Expand All @@ -20,8 +20,8 @@ jobs:
- laravel: 11.*
testbench: 9.*
exclude:
- laravel: 11.*
php: 8.1
- laravel: 10.*
php: 8.4

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

Expand Down

0 comments on commit e7e847a

Please sign in to comment.