Skip to content

Commit

Permalink
Removed PHP 8.0 from tests until PHPUnit supports it.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kreyu committed Jan 23, 2021
1 parent b5f95ca commit 7008ef6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
7 changes: 0 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,11 @@ php:
- '7.2'
- '7.3'
- '7.4'
- '8.0'

env:
- COMPOSER_FLAGS='update --prefer-lowest --prefer-stable'
- COMPOSER_FLAGS='update'

matrix:
exclude:
- php: '7.2'
env: COMPOSER_FLAGS='update --prefer-lowest --prefer-stable'
fast_finish: true

install:
- composer $COMPOSER_FLAGS --prefer-dist --no-interaction

Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
"symfony/validator": ">=3.4"
},
"require-dev": {
"phpunit/phpunit": ">=6.5",
"symfony/phpunit-bridge": "^4.1.12"
"phpunit/phpunit": ">=6.5.14",
"symfony/phpunit-bridge": ">=5.2.1"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 7008ef6

Please sign in to comment.