Skip to content

Commit

Permalink
Merge pull request #680 from owncloud/drop-php-7.2-sonar
Browse files Browse the repository at this point in the history
Drop PHP 7.2 in sonar-project.properties
  • Loading branch information
phil-davis authored Sep 7, 2021
2 parents 11d7144 + 1080650 commit b22b5ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .drone.star
Original file line number Diff line number Diff line change
Expand Up @@ -2915,7 +2915,7 @@ def ldapIntegration(ctx):

default = {
"servers": ["daily-master-qa"],
"phpVersions": ["7.2"],
"phpVersions": ["7.4"],
"databases": ["mysql:8.0"],
"ldapNeeded": True,
"logLevel": "2",
Expand Down
2 changes: 1 addition & 1 deletion sonar-project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ sonar.pullrequest.branch=${env.SONAR_PULL_REQUEST_BRANCH}
sonar.pullrequest.key=${env.SONAR_PULL_REQUEST_KEY}

# Properties specific to language plugins:
sonar.php.coverage.reportPaths=results/clover-phpunit-php7.2-mariadb10.2.xml,results/clover-phpunit-php7.2-mysql8.0.xml,results/clover-phpunit-php7.2-postgres9.4.xml,results/clover-phpunit-php7.2-oracle.xml,results/clover-phpunit-php7.2-sqlite.xml
sonar.php.coverage.reportPaths=results/clover-phpunit-php7.3-mariadb10.2.xml,results/clover-phpunit-php7.3-mysql8.0.xml,results/clover-phpunit-php7.3-postgres9.4.xml,results/clover-phpunit-php7.3-oracle.xml,results/clover-phpunit-php7.3-sqlite.xml
sonar.javascript.lcov.reportPaths=results/lcov.info

0 comments on commit b22b5ac

Please sign in to comment.