Skip to content

Commit d67c1a2

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

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.github/workflows/CI.yml

Lines changed: 4 additions & 4 deletions
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
@@ -57,7 +57,7 @@ jobs:
5757
uses: actions/checkout@v4
5858
- uses: shivammathur/[email protected]
5959
with:
60-
php-version: '8.1'
60+
php-version: '8.2'
6161
extensions: mbstring, redis, apcu
6262
ini-values: apc.enable_cli=1, zend.assertions=1
6363
coverage: pcov
@@ -78,7 +78,7 @@ jobs:
7878
runs-on: ubuntu-24.04
7979
strategy:
8080
matrix:
81-
php: ['8.1', '8.2', '8.3', '8.4']
81+
php: ['8.2', '8.3', '8.4']
8282
steps:
8383
- name: Checkout
8484
uses: actions/checkout@v4
@@ -107,7 +107,7 @@ jobs:
107107
uses: actions/checkout@v4
108108
- uses: shivammathur/[email protected]
109109
with:
110-
php-version: '8.1'
110+
php-version: '8.2'
111111
extensions: mbstring, redis, apcu
112112
coverage: none
113113
- name: Install dependencies

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)