Skip to content

Commit 580e5e0

Browse files
committed
chore: Drop PHP 8.1 support
1 parent 95809d5 commit 580e5e0

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- 6379/tcp
2020
strategy:
2121
matrix:
22-
php: ['8.1', '8.2', '8.3', '8.4']
22+
php: ['8.2', '8.3', '8.4']
2323
dependencies: ['--ignore-platform-req=php', '--prefer-lowest --prefer-stable --ignore-platform-req=php']
2424
steps:
2525
- name: Checkout

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "Prometheus instrumentation library",
44
"license": "Apache-2.0",
55
"require": {
6-
"php": "~8.1.0|~8.2.0|~8.3.0|~8.4.0",
6+
"php": "~8.2.0|~8.3.0|~8.4.0",
77
"ext-json": "*",
88
"psr/http-client": "^1.0",
99
"psr/http-factory": "^1.0",

composer.lock

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

0 commit comments

Comments
 (0)