Skip to content

Commit 0b23a3b

Browse files
committed
[CI] Setup PHP with logs
1 parent f684cbe commit 0b23a3b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979

8080
-
8181
name: Setup PHP
82-
uses: shivammathur/setup-php@v2
82+
uses: shivammathur/setup-php@verbose
8383
with:
8484
php-version: "${{ matrix.php }}"
8585
extensions: intl
@@ -299,7 +299,7 @@ jobs:
299299
if: failure()
300300
with:
301301
name: "PHP logs - ${{ matrix.sylius }}-${{ github.run_id }}-${{ github.run_number }}"
302-
path: /var/log/
302+
path: /var/log/php8.1-fpm.log
303303
if-no-files-found: ignore
304304
compression-level: 6
305305
overwrite: true

0 commit comments

Comments
 (0)