Skip to content

Commit eecdd80

Browse files
committed
Update Nextcloud version requirements
Signed-off-by: Daniel Rudolf <github.com@daniel-rudolf.de>
1 parent 5f3a0a0 commit eecdd80

File tree

4 files changed

+10
-11
lines changed

4 files changed

+10
-11
lines changed

.github/workflows/test.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,13 @@ jobs:
1414
permissions: {}
1515

1616
env:
17-
RUN_ON: "NEXTCLOUD_STABLE25 NEXTCLOUD_MASTER"
18-
NEXTCLOUD_STABLE25_BRANCH: "releases/latest-25"
19-
NEXTCLOUD_STABLE25_PHP_VERSIONS: "7.4 8.0 8.1"
17+
RUN_ON: "NEXTCLOUD_STABLE26 NEXTCLOUD_STABLE27 NEXTCLOUD_MASTER"
18+
NEXTCLOUD_STABLE26_BRANCH: "releases/latest-26"
19+
NEXTCLOUD_STABLE26_PHP_VERSIONS: "8.0 8.1 8.2"
20+
NEXTCLOUD_STABLE27_BRANCH: "releases/latest-27"
21+
NEXTCLOUD_STABLE27_PHP_VERSIONS: "8.0 8.1 8.2"
2022
NEXTCLOUD_MASTER_BRANCH: "daily/latest-master"
21-
NEXTCLOUD_MASTER_PHP_VERSIONS: "7.4 8.0 8.1"
23+
NEXTCLOUD_MASTER_PHP_VERSIONS: "8.0 8.1 8.2 8.3"
2224

2325
outputs:
2426
BUILD_MATRIX_NEXTCLOUD: ${{ steps.generate-jobs.outputs.BUILD_MATRIX_NEXTCLOUD }}

.scrutinizer.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,7 @@ build:
1111
analysis:
1212
environment:
1313
php:
14-
version: 7.4
15-
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'
16-
pecl_extensions:
17-
- xdebug-2.9.8
14+
version: 8.1
1815
dependencies:
1916
override:
2017
- curl -L -o ~/nextcloud.tar.bz2 --insecure https://download.nextcloud.com/server/$NEXTCLOUD.tar.bz2

appinfo/info.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ You want to learn more about Pico CMS for Nextcloud? Easy! Just download and ena
4747
<screenshot>https://raw.githubusercontent.com/nextcloud/cms_pico/master/screenshots/settings.png</screenshot>
4848
<screenshot>https://raw.githubusercontent.com/nextcloud/cms_pico/master/screenshots/apache.png</screenshot>
4949
<dependencies>
50-
<php min-version="7.3.0"/>
51-
<nextcloud min-version="25" max-version="25"/>
50+
<php min-version="8.0.0"/>
51+
<nextcloud min-version="26" max-version="27"/>
5252
</dependencies>
5353
<repair-steps>
5454
<post-migration>

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
}
2020
},
2121
"require": {
22-
"php": ">=7.3.0",
22+
"php": ">=8.0.0",
2323
"ext-json": "*",
2424
"picocms/pico": "^2.1",
2525
"picocms/pico-theme": "^2.1",

0 commit comments

Comments
 (0)