File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2828 DATABASE_URL : " mysql://root:root@127.0.0.1/sylius?serverVersion=${{ matrix.mysql }}"
2929
3030 steps :
31- - uses : actions/checkout@v3
31+ - uses : actions/checkout@v4
3232
3333 - name : Setup PHP
3434 uses : shivammathur/setup-php@v2
@@ -152,7 +152,7 @@ jobs:
152152 run : vendor/bin/behat --colors --strict -vvv --no-interaction || vendor/bin/behat --colors --strict -vvv --no-interaction --rerun
153153
154154 - name : Upload Behat logs
155- uses : actions/upload-artifact@v3
155+ uses : actions/upload-artifact@v4
156156 if : failure()
157157 with :
158158 name : Behat logs
@@ -166,9 +166,7 @@ jobs:
166166 PHP_VERSION : 8.2
167167 steps :
168168 - name : Checkout code
169- uses : actions/checkout@v3
170- with :
171- fetch-depth : 0
169+ uses : actions/checkout@v4
172170
173171 - name : Setup PHP
174172 uses : shivammathur/setup-php@v2
You can’t perform that action at this time.
0 commit comments