Skip to content

Commit

Permalink
Merge pull request #32 from njoguamos/update-ci-with-php-8.4-matrix
Browse files Browse the repository at this point in the history
test: add php 8.4 to CI tests
  • Loading branch information
danharrin authored Nov 24, 2024
2 parents 1a1b299 + b59148b commit a67bcf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php: [ 8.3, 8.2 ]
php: [ 8.4, 8.3, 8.2 ]
laravel: [ 11.*, 10.* ]
dependency-version: [ prefer-stable ]
include:
Expand Down

0 comments on commit a67bcf0

Please sign in to comment.