From 56f219f170e9eaab208af1d02802da6f865161f8 Mon Sep 17 00:00:00 2001 From: Hubert Filar Date: Tue, 23 Jul 2024 13:40:37 +0200 Subject: [PATCH] OP-291: Use test application build action from SyliusLabs --- .github/workflows/build.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6ec55cea..faa549f6 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -38,14 +38,6 @@ jobs: steps: - uses: actions/checkout@v4 - - name: Setup PHP - uses: shivammathur/setup-php@v2 - with: - php-version: "${{ matrix.php }}" - extensions: intl, gd - tools: symfony - coverage: none - - name: Build test application uses: SyliusLabs/BuildTestAppAction@v1.3 with: