Skip to content

Commit

Permalink
Require PHP 8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
BenMorel committed Oct 16, 2023
1 parent 8d676e9 commit d083855
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ jobs:
strategy:
matrix:
php-version:
- "8.0"
- "8.1"
- "8.2"
- "8.3"
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## UNRELEASED (0.10.0)

💥 **Breaking changes**

**Minimum PHP version is now `8.1`.**

## [0.9.0](https://github.com/brick/geo/releases/tag/0.9.0) - 2022-11-22

💥 **Breaking changes**
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,9 @@ together with implementations that delegate these operations to a third-party GI
Requirements and installation
-----------------------------

This library requires PHP 8. For PHP 7.4, you can use version `0.7`.
This library requires PHP 8.1.
For PHP 8.0, you can use version `0.9`.
For PHP 7.4, you can use version `0.7`.

Install the library with [Composer](https://getcomposer.org/):

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 @@
],
"license": "MIT",
"require": {
"php": "^8.0"
"php": "^8.1"
},
"require-dev": {
"ext-pdo": "*",
Expand Down

0 comments on commit d083855

Please sign in to comment.