Skip to content

Commit

Permalink
Drop support for PHP 7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
lyrixx committed Dec 5, 2021
1 parent 91292f0 commit b4def6d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
php-versions: ['7.2', '7.3', '7.4', '8.0']
php-versions: ['7.4', '8.0']

steps:
- uses: actions/checkout@v2
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ CHANGELOG
### 1.3.0 (not released yet) ###

* Add PHAR generation to use the library in CLI context
* Drop support for PHP < 7.4

### 1.2.0 (2021-08-30) ###

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
}
],
"require": {
"php": ">=7.2.0",
"php": ">=7.4",
"ext-mbstring": "*",
"lib-libxml": "*",
"org_heigl/hyphenator": "~2.6.0"
Expand Down

0 comments on commit b4def6d

Please sign in to comment.