Skip to content

Commit

Permalink
Added support for php 8.4 in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
visto9259 committed Dec 10, 2024
1 parent 68ecb59 commit 6e8ff1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
build:
strategy:
matrix:
php_version: ['8.1', '8.2', '8.3']
php_version: ['8.1', '8.2', '8.3', '8.4']
deps: ['--prefer-lowest --prefer-dist', '']
include:
- code-coverage: 'yes'
Expand Down

0 comments on commit 6e8ff1c

Please sign in to comment.