Skip to content

Commit e54efa8

Browse files
committed
Add PHP 8.2 support
1 parent df03395 commit e54efa8

File tree

4 files changed

+16
-16
lines changed

4 files changed

+16
-16
lines changed

.github/workflows/CI-Experimental.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010

1111
jobs:
1212
tests:
13-
name: Tests on PHP 8.2 nightly
13+
name: Tests on PHP 8.3 nightly
1414
runs-on: ubuntu-20.04
1515
services:
1616
redis:
@@ -22,7 +22,7 @@ jobs:
2222
uses: actions/checkout@v3
2323
- uses: shivammathur/setup-php@2.22.0
2424
with:
25-
php-version: '8.2'
25+
php-version: '8.3'
2626
extensions: mbstring, redis, apcu
2727
ini-values: apc.enable_cli=1, zend.assertions=1
2828
coverage: none

.github/workflows/CI.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- 6379/tcp
2020
strategy:
2121
matrix:
22-
php: ['8.0', '8.1']
22+
php: ['8.0', '8.1', '8.2']
2323
dependencies: ['', '--prefer-lowest --prefer-stable']
2424
steps:
2525
- name: Checkout
@@ -78,7 +78,7 @@ jobs:
7878
runs-on: ubuntu-20.04
7979
strategy:
8080
matrix:
81-
php: ['8.0', '8.1']
81+
php: ['8.0', '8.1', '8.2']
8282
steps:
8383
- name: Checkout
8484
uses: actions/checkout@v3

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.0.0|~8.1.0",
6+
"php": "~8.0.0|~8.1.0|~8.2.0",
77
"ext-json": "*",
88
"psr/http-client": "^1.0",
99
"psr/http-factory": "^1.0",

composer.lock

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

0 commit comments

Comments
 (0)