Skip to content

Commit

Permalink
add php 8.4 to test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
treyssatvincent authored Jan 13, 2025
1 parent 9d663ea commit 68ac707
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
fail-fast: true
matrix:
php: [ 8.3 ]
php: [ 8.4 ]
laravel: [ 11.* ]
dependency-version: [ prefer-stable ]
steps:
Expand Down Expand Up @@ -43,7 +43,7 @@ jobs:
strategy:
fail-fast: true
matrix:
php: [8.3, 8.2]
php: [8.4, 8.3, 8.2]
laravel: [10.*, 11.*]
dependency-version: [prefer-lowest, prefer-stable]

Expand Down

0 comments on commit 68ac707

Please sign in to comment.