diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 8a0d966b..732727f8 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -14,11 +14,13 @@ jobs:
permissions: {}
env:
- RUN_ON: "NEXTCLOUD_STABLE25 NEXTCLOUD_MASTER"
- NEXTCLOUD_STABLE25_BRANCH: "releases/latest-25"
- NEXTCLOUD_STABLE25_PHP_VERSIONS: "7.4 8.0 8.1"
+ RUN_ON: "NEXTCLOUD_STABLE26 NEXTCLOUD_STABLE27 NEXTCLOUD_MASTER"
+ NEXTCLOUD_STABLE26_BRANCH: "releases/latest-26"
+ NEXTCLOUD_STABLE26_PHP_VERSIONS: "8.0 8.1 8.2"
+ NEXTCLOUD_STABLE27_BRANCH: "releases/latest-27"
+ NEXTCLOUD_STABLE27_PHP_VERSIONS: "8.0 8.1 8.2"
NEXTCLOUD_MASTER_BRANCH: "daily/latest-master"
- NEXTCLOUD_MASTER_PHP_VERSIONS: "7.4 8.0 8.1"
+ NEXTCLOUD_MASTER_PHP_VERSIONS: "8.0 8.1 8.2 8.3"
outputs:
BUILD_MATRIX_NEXTCLOUD: ${{ steps.generate-jobs.outputs.BUILD_MATRIX_NEXTCLOUD }}
diff --git a/.scrutinizer.yml b/.scrutinizer.yml
index 30a4c761..a5fea52e 100644
--- a/.scrutinizer.yml
+++ b/.scrutinizer.yml
@@ -11,10 +11,7 @@ build:
analysis:
environment:
php:
- version: 7.4
- compile_options: '--enable-gd --with-openssl --with-curl --with-pdo-mysql --with-mysqli --with-freetype --enable-mbstring --enable-mbregex --enable-exif --enable-bcmath --with-mhash --with-xmlrpc --with-xsl --enable-opcache --enable-intl --with-pear --with-gettext --enable-fpm --with-zlib-dir --with-zlib --disable-rpath --enable-inline-optimization --with-bz2 --with-zlib --enable-sockets --enable-sysvsem --enable-sysvshm --enable-pcntl'
- pecl_extensions:
- - xdebug-2.9.8
+ version: 8.1
dependencies:
override:
- curl -L -o ~/nextcloud.tar.bz2 --insecure https://download.nextcloud.com/server/$NEXTCLOUD.tar.bz2
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 80753316..51795b5e 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -47,8 +47,8 @@ You want to learn more about Pico CMS for Nextcloud? Easy! Just download and ena
https://raw.githubusercontent.com/nextcloud/cms_pico/master/screenshots/settings.png
https://raw.githubusercontent.com/nextcloud/cms_pico/master/screenshots/apache.png
-
-
+
+
diff --git a/composer.json b/composer.json
index 3a7038c6..700e5534 100644
--- a/composer.json
+++ b/composer.json
@@ -19,7 +19,7 @@
}
},
"require": {
- "php": ">=7.3.0",
+ "php": ">=8.0.0",
"ext-json": "*",
"picocms/pico": "^2.1",
"picocms/pico-theme": "^2.1",