Merge pull request #610 from nextcloud/enh/composer_platform

Master is php7.3
This commit is contained in:
Roeland Jago Douma 2020-12-29 16:05:43 +01:00 committed by GitHub
commit 967420f2d7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@ jobs:
strategy:
matrix:
php-versions: ['7.3', '7.4']
php-versions: ['7.3', '7.4', '8.0']
name: php${{ matrix.php-versions }}
steps:

View File

@ -4,7 +4,7 @@
"optimize-autoloader": true,
"classmap-authoritative": true,
"platform": {
"php": "7.2"
"php": "7.3"
}
},
"scripts": {