Skip to content

Commit

Permalink
[BUGFIX] Remove the php-version from github action ter release to use…
Browse files Browse the repository at this point in the history
… default from ubuntu 22.04
  • Loading branch information
RinyVT committed Jan 29, 2025
1 parent 9784471 commit 447bf2e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 447bf2e

Please sign in to comment.