From d28c1058041bbdcbf6569189ad8d4ac456c7c059 Mon Sep 17 00:00:00 2001 From: HorstOeko Date: Wed, 18 Dec 2024 05:07:47 +0100 Subject: [PATCH] [INFR] Switched back from PHP8.4 to 8.3 due issues with phpDocumentor --- .github/workflows/build.release.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.release.yml b/.github/workflows/build.release.yml index 23115b3e..96930f67 100644 --- a/.github/workflows/build.release.yml +++ b/.github/workflows/build.release.yml @@ -37,7 +37,7 @@ jobs: - name: Setup PHP with PECL extension uses: shivammathur/setup-php@v2 with: - php-version: "8.4" + php-version: "8.3" extensions: dom, curl, libxml, mbstring, zip, pcntl, pdo, bcmath, intl, gd, exif, iconv, imagick, json, xdebug coverage: xdebug @@ -55,9 +55,9 @@ jobs: - uses: actions/cache@v4 with: path: ${{ steps.composer-cache.outputs.dir }} - key: ${{ runner.os }}-8.4-composer-${{ hashFiles('**/composer.lock') }} + key: ${{ runner.os }}-8.3-composer-${{ hashFiles('**/composer.lock') }} restore-keys: | - ${{ runner.os }}-8.4-composer- + ${{ runner.os }}-8.3-composer- - name: Install composer dependencies run: | @@ -199,7 +199,7 @@ jobs: - name: Publish Build Logs uses: actions/upload-artifact@v4 with: - name: Build log artifacts for ubuntu-24.04 PHP 8.4 (Release) + name: Build log artifacts for ubuntu-24.04 PHP 8.3 (Release) path: build/logs - name: Make Release