Skip to content

Commit 487c695

Browse files
committed
mysqli added to workflows
1 parent e971b0f commit 487c695

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/php.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ jobs:
3232
'Instrumentation/IO',
3333
'Instrumentation/Laravel',
3434
'Instrumentation/MongoDB',
35+
'Instrumentation/MySqli',
3536
'Instrumentation/OpenAIPHP',
3637
'Instrumentation/PDO',
3738
# Sort PSRs numerically.
@@ -92,6 +93,12 @@ jobs:
9293
php-version: 8.0
9394
- project: 'Instrumentation/Curl'
9495
php-version: 8.1
96+
- project: 'Instrumentation/MySqli'
97+
php-version: 7.4
98+
- project: 'Instrumentation/MySqli'
99+
php-version: 8.0
100+
- project: 'Instrumentation/MySqli'
101+
php-version: 8.1
95102
- project: 'Instrumentation/PDO'
96103
php-version: 7.4
97104
- project: 'Instrumentation/PDO'

0 commit comments

Comments
 (0)