Skip to content

Commit

Permalink
Merge pull request #610 from nextcloud/enh/composer_platform
Browse files Browse the repository at this point in the history
Master is php7.3
  • Loading branch information
rullzer authored Dec 29, 2020
2 parents f33482c + c3267d2 commit 967420f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"optimize-autoloader": true,
"classmap-authoritative": true,
"platform": {
"php": "7.2"
"php": "7.3"
}
},
"scripts": {
Expand Down

0 comments on commit 967420f

Please sign in to comment.