From 447bf2e2a130adc3ad7636ab3288a4a7377c8f6f Mon Sep 17 00:00:00 2001 From: --system Date: Wed, 29 Jan 2025 20:52:11 +0100 Subject: [PATCH] [BUGFIX] Remove the php-version from github action ter release to use default from ubuntu 22.04 --- .github/workflows/publish.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index cb1cc1c..b565a58 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -18,10 +18,6 @@ jobs: if ! [[ ${{ github.ref }} =~ ^refs/tags/[0-9]{1,3}.[0-9]{1,3}.[0-9]{1,3}$ ]]; then exit 1 fi - - name: Set up PHP Version - run: | - sudo update-alternatives --set php /usr/bin/php8.0 - php -v - name: Update Composer run: |