Skip to content

Commit 7fd79f9

Browse files
authored
Merge pull request #44 from wmde/fix-scrutinizer
Update PHP version and fix Scrutinizer
2 parents eab162e + 12ae312 commit 7fd79f9

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.scrutinizer.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ filter:
1717
- 'vendor/'
1818

1919
build:
20+
image: default-bionic
2021
nodes:
2122
analysis:
2223
tests:

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ script:
1818
#- docker run -v $PWD:/app --rm registry.gitlab.com/fun-tech/fundraising-frontend-docker:stan analyse --level 7 --no-progress src/ # Can't use "make stan" because stan was removed
1919

2020
after_success:
21-
- wget https://scrutinizer-ci.com/ocular.phar
22-
- php ocular.phar code-coverage:upload --format=php-clover coverage.clover
21+
- composer global require scrutinizer/ocular
22+
- "$(composer config --global home)/vendor/bin/ocular code-coverage:upload --format=php-clover coverage.clover"
2323

2424
cache:
2525
directories:

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "Address change use case for fundraising application",
44
"license": "GPL-2.0-or-later",
55
"require": {
6-
"php": ">=8.0",
6+
"php": ">=8.1",
77
"doctrine/orm": "^2.11",
88
"doctrine/dbal": "^3.3",
99
"ramsey/uuid": "^4.0",

0 commit comments

Comments
 (0)