udpate build.yaml

This commit is contained in:
Andy Miller 2024-10-23 14:37:45 +01:00
parent 3947bb03aa
commit 16eafbbb04
No known key found for this signature in database
GPG Key ID: 9F2CF38AEBDB0AE0

View File

@ -11,7 +11,7 @@ jobs:
permissions:
contents: write # for release creation (svenstaro/upload-release-action)
if: "!github.event.release.prerelease"
#if: "!github.event.release.prerelease"
runs-on: ubuntu-latest
steps:
@ -23,7 +23,7 @@ jobs:
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: 7.3
php-version: 8.2
extensions: opcache, gd
tools: composer:v2
coverage: none