Skip to content

Commit

Permalink
Merge pull request #879 from goetas/phpunit-8
Browse files Browse the repository at this point in the history
Drop php 7.1 and allow phpunit 8
  • Loading branch information
goetas authored Dec 1, 2019
2 parents 4662196 + 786d9cf commit f92df45
Show file tree
Hide file tree
Showing 16 changed files with 143 additions and 99 deletions.
5 changes: 2 additions & 3 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,8 @@ cache:

environment:
matrix:
- php: 7.2.23
- php: 7.3.10
- php: 7.1.32
- php: 7.2.25
- php: 7.3.12

init:
- SET PATH=C:\Program Files\OpenSSL;c:\tools\php;C:\tools\composer;%PATH%
Expand Down
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ sudo: false
language: php

php:
- 7.1
- 7.2
- 7.3
- 7.4snapshot
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
{"name": "Michael Simonson", "email": "[email protected]" }
],
"require": {
"php": "^7.1",
"php": "^7.2",
"doctrine/dbal": "^2.9",
"ocramius/package-versions": "^1.3",
"ocramius/proxy-manager": "^2.0.2",
Expand All @@ -28,7 +28,7 @@
"phpstan/phpstan-phpunit": "^0.11",
"phpstan/phpstan-strict-rules": "^0.11",
"phpstan/phpstan-symfony": "^0.11.6",
"phpunit/phpunit": "^7.0",
"phpunit/phpunit": "^8.3",
"symfony/process": "^3.4||^4.0||^5.0",
"symfony/yaml": "^3.4||^4.0||^5.0"
},
Expand Down
Loading

0 comments on commit f92df45

Please sign in to comment.