We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b5aa76 commit 7c3a020Copy full SHA for 7c3a020
.github/workflows/php.yml
@@ -61,8 +61,6 @@ jobs:
61
62
- project: 'Instrumentation/Curl'
63
php-version: 8.1
64
- - project: 'Instrumentation/Doctrine'
65
- php-version: 8.1
66
- project: 'Instrumentation/ExtAmqp'
67
68
- project: 'Instrumentation/ExtRdKafka'
src/Instrumentation/Doctrine/composer.json
@@ -16,7 +16,7 @@
16
"minimum-stability": "dev",
17
"prefer-stable": true,
18
"require": {
19
- "php": "^8.2",
+ "php": "^8.1",
20
"ext-opentelemetry": "*",
21
"doctrine/dbal": "^3 || ^4 || ^5",
22
"open-telemetry/api": "^1.0",
0 commit comments