Skip to content

Commit

Permalink
[INFR] Switched back from PHP8.4 to 8.3 due issues with phpDocumentor
Browse files Browse the repository at this point in the history
  • Loading branch information
HorstOeko committed Dec 18, 2024
1 parent 5eb47d6 commit d28c105
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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: |
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit d28c105

Please sign in to comment.