Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Drop support of PHP versions in EOL #479

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
31 changes: 5 additions & 26 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,38 +14,17 @@ matrix:
language: node_js
include:
- os: linux
dist: trusty
dist: focal
language: php
php: 7.3
php: 8.1
env:
- DEPS=latest
- os: linux
dist: trusty
dist: focal
language: php
php: 7.3
php: 8.2
env:
- DEPS=lowest
- os: linux
dist: trusty
language: php
php: 7.3
env:
- DEPS=locked
- CHECK_CS=true
- TEST_COVERAGE=true
- CHECK_PHPSTAN=true
- os: linux
dist: trusty
language: php
php: 7.4
env:
- DEPS=latest
- os: linux
dist: xenial
language: php
php: 8.0
env:
- DEPS=latest
- DEPS=latest
- os: windows
env:
- DEPS=locked
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
}
],
"require": {
"php": "^8.0 || ^7.3",
"php": "^8.1",
"ext-mbstring": "*",
"dflydev/ant-path-matcher": "^1.0.3",
"dflydev/apache-mime-types": "^1.0.1",
Expand Down
Loading