Skip to content

Commit 3a92453

Browse files
Add tests for PHP 8.4
1 parent 802cbae commit 3a92453

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/ci.yaml

+6-2
Original file line numberDiff line numberDiff line change
@@ -87,11 +87,15 @@ jobs:
8787
- php: '8.2'
8888
symfony-version: '^6.4'
8989
- php: '8.2'
90-
symfony-version: '^7.1'
90+
symfony-version: '^7.2'
9191
- php: '8.3'
9292
symfony-version: '^6.4'
9393
- php: '8.3'
94-
symfony-version: '^7.1'
94+
symfony-version: '^7.2'
95+
- php: '8.4'
96+
symfony-version: '^6.4'
97+
- php: '8.4'
98+
symfony-version: '^7.2'
9599
fail-fast: false
96100

97101
steps:

0 commit comments

Comments
 (0)