Skip to content

Commit

Permalink
php 8.4 support (#139)
Browse files Browse the repository at this point in the history
  • Loading branch information
aleswita authored Dec 4, 2024
1 parent 8269aa1 commit 552cf7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:

strategy:
matrix:
php-version: [ '8.1', '8.2', '8.3' ]
php-version: [ '8.1', '8.2', '8.3', '8.4' ]
operating-system: [ 'ubuntu-latest' ]
composer-args: [ '' ]
include:
Expand Down

0 comments on commit 552cf7d

Please sign in to comment.