Skip to content

Commit

Permalink
Merge pull request #10 from faissaloux/php8.4-support
Browse files Browse the repository at this point in the history
php8.4 support
  • Loading branch information
faissaloux authored Oct 17, 2024
2 parents 91ca739 + 962d9fc commit 27974a8
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 @@ -8,7 +8,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
php: ['8.1', '8.2', '8.3']
php: ['8.1', '8.2', '8.3', '8.4']
pest: ['2.14', '3.0']
dependency-version: [prefer-lowest, prefer-stable]
exclude:
Expand Down

0 comments on commit 27974a8

Please sign in to comment.