File tree Expand file tree Collapse file tree 4 files changed +10
-11
lines changed Expand file tree Collapse file tree 4 files changed +10
-11
lines changed Original file line number Diff line number Diff 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 }}
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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 >
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments