Allow PHP 8.5
Build package / package (push) Successful in 58s
Build package / php-lint (8.2) (push) Successful in 43s
Build package / php-lint (8.3) (push) Successful in 39s
Build package / php-lint (8.4) (push) Successful in 37s
Build package / php-lint (8.5) (push) Successful in 34s
Build package / xml-lint (push) Successful in 11s
Build package / unit-tests (push) Successful in 40s
Build package / package (push) Successful in 58s
Build package / php-lint (8.2) (push) Successful in 43s
Build package / php-lint (8.3) (push) Successful in 39s
Build package / php-lint (8.4) (push) Successful in 37s
Build package / php-lint (8.5) (push) Successful in 34s
Build package / xml-lint (push) Successful in 11s
Build package / unit-tests (push) Successful in 40s
occ upgrade refused to install the app on a PHP 8.5 instance: Exception: App "Array" cannot be installed because the following dependencies are not fulfilled: PHP wird in einer frueheren Version als 8.4 benoetigt. That is the max-version="8.4" in appinfo/info.xml, not a real incompatibility -- nothing in this app is bounded above by 8.4. Raise it to 8.5 and add 8.5 to the php-lint matrix, so CI covers the version the server actually runs instead of stopping one below it.
This commit is contained in:
@@ -15,7 +15,7 @@ jobs:
|
||||
runs-on: gitea-runner-server03
|
||||
strategy:
|
||||
matrix:
|
||||
php-version: ['8.2', '8.3', '8.4']
|
||||
php-version: ['8.2', '8.3', '8.4', '8.5']
|
||||
steps:
|
||||
- uses: actions/checkout@v7
|
||||
|
||||
|
||||
Reference in New Issue
Block a user