Skip to content

Commit

Permalink
Remove support for PHP lower than 7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
seregazhuk committed Feb 22, 2021
1 parent 9a2590d commit 765fefd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 18 deletions.
18 changes: 1 addition & 17 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,23 +2,7 @@ language: php

jobs:
include:
- stage: "PHP7.2 - lowest"
php: 7.2
script:
- composer update -n --prefer-dist --prefer-lowest --no-suggest
- composer dump-autoload
- composer ci:tests
- composer ci:php:psalm

- stage: "PHP7.3 - highest"
php: 7.3
script:
- composer update -n --prefer-dist --no-suggest
- composer dump-autoload
- composer ci:tests
- composer ci:php:psalm

- stage: "PHP7.4 - highest"
- stage: "PHP7.4 - lowest"
php: 7.4
script:
- composer update -n --prefer-dist --no-suggest
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
}
],
"require": {
"php": "^7.2|^8.0",
"php": "^7.4|^8.0",
"ext-json": "*",
"ext-pcntl": "*",
"yosymfony/resource-watcher": "^2.0",
Expand Down

0 comments on commit 765fefd

Please sign in to comment.