Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add PHP 8.4 to CI workflow
Browse files Browse the repository at this point in the history
This update extends the test matrix to include PHP 8.4, ensuring compatibility with the latest PHP version. It helps catch potential issues and maintain support for future PHP releases.
Spomky committed Jan 18, 2025

Verified

This commit was signed with the committer’s verified signature.
Spomky Florent Morselli
1 parent 3a3114b commit afc8dc8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/integrate.yml
Original file line number Diff line number Diff line change
@@ -57,6 +57,7 @@ jobs:
php-version:
- "8.2"
- "8.3"
- "8.4"
dependencies:
- "lowest"
- "highest"

0 comments on commit afc8dc8

Please sign in to comment.