summaryrefslogtreecommitdiffstats
path: root/.github/workflows/appstore-build-publish.yml
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2022-11-07 15:57:57 +0100
committerJoas Schilling <coding@schilljs.com>2022-11-08 12:15:12 +0100
commit247be5f7de4a6f918d5f3201e046d4882502c3a5 (patch)
tree26d92b15afe9b418c447f233deefe22001d5d1a2 /.github/workflows/appstore-build-publish.yml
parent7de285ecc54e5525427d5a8e41dd80227e1a6c81 (diff)
🌇 Bump min PHP version in CI to 8.0
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to '.github/workflows/appstore-build-publish.yml')
-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 fc04383c6..286d5d333 100644
--- a/.github/workflows/appstore-build-publish.yml
+++ b/.github/workflows/appstore-build-publish.yml
@@ -10,7 +10,7 @@ on:
types: [published]
env:
- PHP_VERSION: 7.4
+ PHP_VERSION: 8.0
jobs:
build_and_publish:
@@ -27,7 +27,7 @@ jobs:
- name: Set app env
run: |
- # Split and keep last
+ # Split and keep last
echo "APP_NAME=${GITHUB_REPOSITORY##*/}" >> $GITHUB_ENV
echo "APP_VERSION=${GITHUB_REF##*/}" >> $GITHUB_ENV