File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 2323 fail-fast : false
2424 matrix :
2525 php : [ "8.1", "8.2", "8.3" ]
26- symfony : ["^5.4", "^6.4"]
26+ symfony : [ "^5.4", "^6.4" ]
2727 sylius : [ "^1.12", "^1.13" ]
2828 node : [ "18.x", "20.x" ]
2929 mysql : ["8.0"]
3535
3636 steps :
3737 -
38- uses : actions/checkout@v3
38+ uses : actions/checkout@v4
3939
4040 -
4141 name : Setup PHP
@@ -178,7 +178,7 @@ jobs:
178178
179179 -
180180 name : Upload Behat logs
181- uses : actions/upload-artifact@v3
181+ uses : actions/upload-artifact@v4
182182 if : failure()
183183 with :
184184 name : Behat logs
@@ -187,7 +187,7 @@ jobs:
187187
188188 -
189189 name : Upload test log logs
190- uses : actions/upload-artifact@v3
190+ uses : actions/upload-artifact@v4
191191 if : failure()
192192 with :
193193 name : Var logs
You can’t perform that action at this time.
0 commit comments