Skip to content

Commit

Permalink
Added PHP 8.4 support.
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexSkrypnyk committed Nov 16, 2024
1 parent 7c8707a commit 181cf29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

strategy:
matrix:
php-versions: ['8.2', '8.3']
php-versions: ['8.2', '8.3', '8.4']

steps:
- name: Checkout code
Expand Down

1 comment on commit 181cf29

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.