Skip to content

Commit

Permalink
Require minimum PHP 8.0 (#239)
Browse files Browse the repository at this point in the history
* Require minimum PHP 8.0

Signed-off-by: Kim Pepper <[email protected]>

* Updated changelog

Signed-off-by: Kim Pepper <[email protected]>

---------

Signed-off-by: Kim Pepper <[email protected]>
  • Loading branch information
kimpepper authored Nov 13, 2024
1 parent add2d03 commit f78f215
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,6 @@ jobs:
fail-fast: false
matrix:
php-version:
- '7.3'
- '7.4'
- '8.0'
- '8.1'
- '8.2'
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
- Changed fluent setters to return static
### Deprecated
### Removed
- Removed support for PHP 7.3 and 7.4
### Fixed
- Fixed PHP 8.4 deprecations
### Updated APIs
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
}
],
"require": {
"php": "^7.3 || ^8.0",
"php": "^8.0",
"ext-json": ">=1.3.7",
"ext-curl": "*",
"ezimuel/ringphp": "^1.2.2",
Expand Down

0 comments on commit f78f215

Please sign in to comment.