Skip to content

Commit

Permalink
Update Nextcloud version requirements
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Rudolf <[email protected]>
  • Loading branch information
PhrozenByte committed Nov 2, 2023
1 parent 5f3a0a0 commit eecdd80
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 11 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
5 changes: 1 addition & 4 deletions .scrutinizer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ You want to learn more about Pico CMS for Nextcloud? Easy! Just download and ena
<screenshot>https://raw.githubusercontent.com/nextcloud/cms_pico/master/screenshots/settings.png</screenshot>
<screenshot>https://raw.githubusercontent.com/nextcloud/cms_pico/master/screenshots/apache.png</screenshot>
<dependencies>
<php min-version="7.3.0"/>
<nextcloud min-version="25" max-version="25"/>
<php min-version="8.0.0"/>
<nextcloud min-version="26" max-version="27"/>
</dependencies>
<repair-steps>
<post-migration>
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
}
},
"require": {
"php": ">=7.3.0",
"php": ">=8.0.0",
"ext-json": "*",
"picocms/pico": "^2.1",
"picocms/pico-theme": "^2.1",
Expand Down

0 comments on commit eecdd80

Please sign in to comment.