Skip to content

Commit

Permalink
Merge pull request #586 from Ocramius/fix/#574-remove-php-7.4.1-support
Browse files Browse the repository at this point in the history
#574 remove support for PHP 7.4.1 and newer
  • Loading branch information
Ocramius authored Apr 7, 2020
2 parents e77928e + 6d12d12 commit 22eadab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
7 changes: 1 addition & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@ cache: false
sudo: false

php:
- 7.4
- nightly
- 7.4.0

env:
matrix:
Expand Down Expand Up @@ -40,9 +39,5 @@ script:
- ./vendor/bin/psalm
- ulimit -n 4096 && phpdbg -qrr ./vendor/bin/infection -vvv --test-framework-options='--testsuite=unit' --min-msi=84 --min-covered-msi=86

matrix:
allow_failures:
- php: nightly

after_script:
- sh .travis.coverage.sh
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
}
],
"require": {
"php": "7.4.*",
"php": "7.4.0",
"laminas/laminas-code": "^3.4.1",
"ocramius/package-versions": "^1.5.1",
"webimpress/safe-writer": "^2.0"
Expand Down

0 comments on commit 22eadab

Please sign in to comment.