Skip to content

Commit a65599d

Browse files
committed
Adapts build
1 parent e345fb7 commit a65599d

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ on:
99
types: [ created ]
1010
workflow_dispatch: ~
1111

12+
env:
13+
DOCKER_API_VERSION: '1.44'
14+
1215
jobs:
1316
tests:
1417
runs-on: ubuntu-latest
@@ -56,7 +59,7 @@ jobs:
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

0 commit comments

Comments
 (0)