summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoas Schilling <213943+nickvergessen@users.noreply.github.com>2024-04-12 00:18:36 +0200
committerGitHub <noreply@github.com>2024-04-12 00:18:36 +0200
commitd267746dffcaf6530da7fb0b1974b391aeb32944 (patch)
tree092dde16f7c5f0692a86a81d3fc64bf3e7de5122
parent0487f2e3454a58a1f84019a6395565d775133373 (diff)
Revert "chore(release): Fix build action while there is no latest-29 package"revert-12070-bugfix/noid/build-script
-rw-r--r--.github/workflows/appstore-build-publish.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/appstore-build-publish.yml b/.github/workflows/appstore-build-publish.yml
index dba131407..28ddc8542 100644
--- a/.github/workflows/appstore-build-publish.yml
+++ b/.github/workflows/appstore-build-publish.yml
@@ -68,10 +68,10 @@ jobs:
with:
filename: ${{ env.APP_NAME }}/appinfo/info.xml
- - name: Set up php 8.1
+ - name: Set up php ${{ steps.php-versions.outputs.php-min }}
uses: shivammathur/setup-php@a4e22b60bbb9c1021113f2860347b0759f66fe5d # v2
with:
- php-version: 8.1
+ php-version: ${{ steps.php-versions.outputs.php-min }}
coverage: none
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}