Skip to content

Commit

Permalink
Merge pull request Nimut#10 from denizsokullu/feature/bump-php-code-c…
Browse files Browse the repository at this point in the history
…overage-to-8
  • Loading branch information
IchHabRecht authored May 7, 2020
2 parents 31257d7 + b3b25ea commit fa42a05
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 9 deletions.
16 changes: 9 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,10 @@ script:
jobs:
fast_finish: true
allow_failures:
- env: COVERAGE_VERSIONS="^5.0 ^6.0 ^7.0"
- env: COVERAGE_VERSIONS="^5.0 ^6.0"
- env: COVERAGE_VERSIONS="^5.0"
include:
- stage: test
php: 7.4
env: COVERAGE_VERSIONS="~8.0.0"
- stage: test
php: 7.4
env: COVERAGE_VERSIONS="~7.0.0"
Expand All @@ -74,7 +73,10 @@ jobs:
env: COVERAGE_VERSIONS="~5.0.0 ~5.1.0 ~5.2.0 ~5.3.0"
- stage: test
php: 7.4
env: COVERAGE_VERSIONS="^5.0 ^6.0 ^7.0"
env: COVERAGE_VERSIONS="^5.0 ^6.0 ^7.0 ^8.0"
- stage: test
php: 7.3
env: COVERAGE_VERSIONS="~8.0.0"
- stage: test
php: 7.3
env: COVERAGE_VERSIONS="~7.0.0"
Expand All @@ -86,7 +88,7 @@ jobs:
env: COVERAGE_VERSIONS="~5.0.0 ~5.1.0 ~5.2.0 ~5.3.0"
- stage: test
php: 7.3
env: COVERAGE_VERSIONS="^5.0 ^6.0 ^7.0"
env: COVERAGE_VERSIONS="^5.0 ^6.0 ^7.0 ^8.0"
- stage: test
php: 7.2
env: COVERAGE_VERSIONS="~7.0.0"
Expand Down Expand Up @@ -118,7 +120,7 @@ jobs:
- stage: ✔ with sonarqube scanner
if: type = push AND branch IN (master, pre-merge) AND env(SONAR_TOKEN) IS present AND fork = false
php: 7.2
env: COVERAGE_VERSIONS="~5.0.0 ~5.1.0 ~5.2.0 ~5.3.0 ~6.0.0 ~6.1.0 ~7.0.0"
env: COVERAGE_VERSIONS="~5.0.0 ~5.1.0 ~5.2.0 ~5.3.0 ~6.0.0 ~6.1.0 ~7.0.0 ~8.0.0"
before_install:
before_script:
script:
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,12 @@
"ext-dom": "*",
"ext-json": "*",
"ext-simplexml": "*",
"phpunit/php-code-coverage": ">=5.0 <8.0",
"phpunit/php-code-coverage": ">=5.0 <9.0",
"symfony/console": ">=2.7 <6.0",
"symfony/finder": ">=2.7 <6.0"
},
"require-dev": {
"phpunit/phpunit": ">=6.0 <9.0",
"phpunit/phpunit": ">=6.0 <10.0",
"symfony/filesystem": ">=2.7 <6.0"
},
"suggest": {
Expand Down

0 comments on commit fa42a05

Please sign in to comment.