Skip to content

Commit

Permalink
Add PHP 8.4 to GitHub Actions workflow
Browse files Browse the repository at this point in the history
Updated the PHP GitHub Actions workflow to include PHP 8.4 in the testing matrix. This ensures compatibility and testing for the latest PHP version.
  • Loading branch information
renfordt committed Nov 21, 2024
1 parent 315a4a1 commit 9c36982
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ jobs:
- "8.1"
- "8.2"
- "8.3"
- "8.4"

steps:
- name: Configure Git to avoid issues with line endings
Expand Down

0 comments on commit 9c36982

Please sign in to comment.