Skip to content

Commit 8267936

Browse files
committed
add php8.4 to code_quality test
1 parent c548eca commit 8267936

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
code_quality:
3535
strategy:
3636
matrix:
37-
php_version: [7.4, 8.1, 8.2, 8.3]
37+
php_version: [7.4, 8.1, 8.2, 8.3, 8.4]
3838
runs-on: ubuntu-latest
3939
steps:
4040
- name: Checkout hypernode-deploy

0 commit comments

Comments
 (0)