Skip to content

Commit 34ccb9b

Browse files
committed
remove PHP 8.1
1 parent aaff4fa commit 34ccb9b

4 files changed

Lines changed: 9 additions & 8 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
matrix:
1616
# https://www.php.net/supported-versions.php
17-
php-version: ["8.1", "8.2", "8.3", "8.4", "8.5"]
17+
php-version: ["8.2", "8.3", "8.4", "8.5"]
1818

1919
name: PHP OpenCage Geocode
2020

CHANGES.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
3.4.0 -- Sat Mar 29 2026
22
=====================================================
3+
- deprecate PHP 8.1
34
- URL encode API key and all query parameter names
45
- host and proxy parameter have to be set before calling geocode(). Values are now
56
stricter. In the last 30 days no customer used either option.

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
}
1616
},
1717
"require": {
18-
"php": ">=8.1"
18+
"php": ">=8.2"
1919
},
2020
"require-dev": {
2121
"phpunit/phpunit": "^12.5.8",

composer.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)