Skip to content

Commit 7c3a020

Browse files
committed
allow doctrine + php 8.1
1 parent 1b5aa76 commit 7c3a020

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.github/workflows/php.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,6 @@ jobs:
6161

6262
- project: 'Instrumentation/Curl'
6363
php-version: 8.1
64-
- project: 'Instrumentation/Doctrine'
65-
php-version: 8.1
6664
- project: 'Instrumentation/ExtAmqp'
6765
php-version: 8.1
6866
- project: 'Instrumentation/ExtRdKafka'

src/Instrumentation/Doctrine/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"minimum-stability": "dev",
1717
"prefer-stable": true,
1818
"require": {
19-
"php": "^8.2",
19+
"php": "^8.1",
2020
"ext-opentelemetry": "*",
2121
"doctrine/dbal": "^3 || ^4 || ^5",
2222
"open-telemetry/api": "^1.0",

0 commit comments

Comments
 (0)