Skip to content

Commit

Permalink
Drop support for PHP <8.1, add support for PHP 8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromegamez committed Nov 27, 2023
1 parent 6f85a89 commit 1c8766b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,9 @@ jobs:
strategy:
matrix:
php:
- "7.4"
- "8.0"
- "8.1"
- "8.2"
- "8.3"

env:
extensions: ctype, dom, intl, json, mbstring, openssl, xml, zip, zlib
Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

## [Unreleased]

* Dropped support for PHP < 8.1
* Added support for PHP 8.3

## [1.1.0]

Added support for php 8.2 ([#2](https://github.com/beste/latlon-geohash-php/pull/2))
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
}
],
"require": {
"php": "~7.4.0 || ~8.0.0 || ~8.1.0 || ~8.2.0"
"php": "~8.1.0 || ~8.2.0 || ~8.3.0"
},
"require-dev": {
"phpstan/extension-installer": "^1.1",
Expand Down

0 comments on commit 1c8766b

Please sign in to comment.