Skip to content

Commit

Permalink
Drop PHP 7.1 support (#470)
Browse files Browse the repository at this point in the history
Co-authored-by: Vladimir Razuvaev <vladimir.razuvaev@gmail.com>
  • Loading branch information
simPod and vladar committed Mar 27, 2021
1 parent 65428ce commit 5052feb
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci-build.yml
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-18.04
strategy:
matrix:
php: [7.1, 7.2, 7.3, 7.4, 8.0]
php: [7.2, 7.3, 7.4, 8.0]
env: [
'EXECUTOR= DEPENDENCIES=--prefer-lowest',
'EXECUTOR=coroutine DEPENDENCIES=--prefer-lowest',
Expand Down Expand Up @@ -68,7 +68,7 @@ jobs:
- name: Install PHP
uses: shivammathur/setup-php@2.9.0
with:
php-version: 7.1
php-version: 7.2
coverage: none
extensions: json, mbstring

Expand Down Expand Up @@ -99,7 +99,7 @@ jobs:
- name: Install PHP
uses: shivammathur/setup-php@2.9.0
with:
php-version: 7.1
php-version: 7.2
coverage: none
extensions: json, mbstring

Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
@@ -1,6 +1,8 @@
# Changelog

#### Unreleased
- PHP version required: 7.2+


#### 14.5.1

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -9,7 +9,7 @@
"API"
],
"require": {
"php": "^7.1||^8.0",
"php": "^7.2||^8.0",
"ext-json": "*",
"ext-mbstring": "*"
},
Expand Down

0 comments on commit 5052feb

Please sign in to comment.