Skip to content

Commit f9ca14a

Browse files
committed
HM-1: Remove 6.4 version from build.yml
1 parent eb68a19 commit f9ca14a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ jobs:
2323
fail-fast: false
2424
matrix:
2525
php: [ "8.2", "8.3" ]
26-
symfony: ["^6.4", "^7.1"]
26+
symfony: [ "^7.1" ]
2727
sylius: [ "^2.0" ]
2828
node: [ "20.x" ]
29-
mysql: ["8.0"]
29+
mysql: [ "8.0" ]
3030
state_machine_adapter: ["winzou_state_machine", "symfony_workflow"]
3131

3232
env:

0 commit comments

Comments
 (0)