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 e971b0f commit 487c695Copy full SHA for 487c695
.github/workflows/php.yml
@@ -32,6 +32,7 @@ jobs:
32
'Instrumentation/IO',
33
'Instrumentation/Laravel',
34
'Instrumentation/MongoDB',
35
+ 'Instrumentation/MySqli',
36
'Instrumentation/OpenAIPHP',
37
'Instrumentation/PDO',
38
# Sort PSRs numerically.
@@ -92,6 +93,12 @@ jobs:
92
93
php-version: 8.0
94
- project: 'Instrumentation/Curl'
95
php-version: 8.1
96
+ - project: 'Instrumentation/MySqli'
97
+ php-version: 7.4
98
99
+ php-version: 8.0
100
101
+ php-version: 8.1
102
- project: 'Instrumentation/PDO'
103
php-version: 7.4
104
0 commit comments