summaryrefslogtreecommitdiffstats
path: root/.github/workflows/build-release.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/build-release.yml')
-rw-r--r--.github/workflows/build-release.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/build-release.yml b/.github/workflows/build-release.yml
index 837b28d51..d82976883 100644
--- a/.github/workflows/build-release.yml
+++ b/.github/workflows/build-release.yml
@@ -14,8 +14,8 @@ jobs:
name: "Release: build, sign and upload the app"
strategy:
matrix:
- php-versions: ['8.0']
- nextcloud: ['stable23']
+ php-versions: ['8.1']
+ nextcloud: ['stable24']
database: ['sqlite']
steps:
- name: Checkout