Skip to content

Commit

Permalink
Drop PHP 7.2 support (#744)
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 5052feb commit 762a149
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci-build.yml
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-18.04
strategy:
matrix:
php: [7.2, 7.3, 7.4, 8.0]
php: [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.2
php-version: 7.3
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.2
php-version: 7.3
coverage: none
extensions: json, mbstring

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

Expand Down
3 changes: 1 addition & 2 deletions CHANGELOG.md
@@ -1,8 +1,7 @@
# Changelog

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

- PHP version required: 7.3+

#### 14.5.1

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

0 comments on commit 762a149

Please sign in to comment.