File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99 types : [ created ]
1010 workflow_dispatch : ~
1111
12+ env :
13+ DOCKER_API_VERSION : ' 1.44'
14+
1215jobs :
1316 tests :
1417 runs-on : ubuntu-latest
5659 run : php -v | head -n 1 | awk '{ print $2 }' > .php-version
5760
5861 - name : Install certificates
59- run : symfony server:ca:install
62+ run : symfony server:ca:install || true
6063
6164 - name : Run Chrome Headless
6265 run : google-chrome-stable --enable-automation --disable-background-networking --no-default-browser-check --no-first-run --disable-popup-blocking --disable-default-apps --allow-insecure-localhost --disable-translate --disable-extensions --no-sandbox --enable-features=Metal --headless --remote-debugging-port=9222 --window-size=2880,1800 --proxy-server='direct://' --proxy-bypass-list='*' http://127.0.0.1 > /dev/null 2>&1 &
@@ -169,7 +172,7 @@ jobs:
169172 uses : actions/checkout@v4
170173
171174 - name : Setup PHP
172- uses : shivammathur/setup-php@v2
175+ uses : shivammathur/setup-php@v2f
173176 with :
174177 php-version : " ${{ env.PHP_VERSION }}"
175178 extensions : intl
You can’t perform that action at this time.
0 commit comments