Skip to content

Commit

Permalink
mysqli added to workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
intuibase committed Dec 4, 2024
1 parent e971b0f commit 487c695
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
'Instrumentation/IO',
'Instrumentation/Laravel',
'Instrumentation/MongoDB',
'Instrumentation/MySqli',
'Instrumentation/OpenAIPHP',
'Instrumentation/PDO',
# Sort PSRs numerically.
Expand Down Expand Up @@ -92,6 +93,12 @@ jobs:
php-version: 8.0
- project: 'Instrumentation/Curl'
php-version: 8.1
- project: 'Instrumentation/MySqli'
php-version: 7.4
- project: 'Instrumentation/MySqli'
php-version: 8.0
- project: 'Instrumentation/MySqli'
php-version: 8.1
- project: 'Instrumentation/PDO'
php-version: 7.4
- project: 'Instrumentation/PDO'
Expand Down

0 comments on commit 487c695

Please sign in to comment.