Skip to content

Commit 44920bc

Browse files
acelayaDEVizzent
authored andcommitted
Add PHP 8.4 to php workflow
1 parent 4004029 commit 44920bc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/php.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ jobs:
2121
- "8.0"
2222
- "8.1"
2323
- "8.3"
24+
- "8.4"
2425
dependencies:
2526
- "lowest"
2627
- "highest"
@@ -68,6 +69,8 @@ jobs:
6869
symfony-yaml: '^3.4'
6970
- php: '8.3'
7071
symfony-yaml: '^3.4'
72+
- php: '8.4'
73+
symfony-yaml: '^3.4'
7174

7275
runs-on: ${{ matrix.os }}
7376

0 commit comments

Comments
 (0)