Skip to content

Commit 7ef4188

Browse files
committed
Added Curl to php workflow
1 parent 146d036 commit 7ef4188

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
@@ -22,6 +22,7 @@ jobs:
2222
project: [
2323
'Aws',
2424
'Context/Swoole',
25+
'Instrumentation/Curl',
2526
'Instrumentation/CakePHP',
2627
'Instrumentation/CodeIgniter',
2728
'Instrumentation/ExtAmqp',
@@ -85,6 +86,12 @@ jobs:
8586
php-version: 8.0
8687
- project: 'Instrumentation/IO'
8788
php-version: 8.1
89+
- project: 'Instrumentation/Curl'
90+
php-version: 7.4
91+
- project: 'Instrumentation/Curl'
92+
php-version: 8.0
93+
- project: 'Instrumentation/Curl'
94+
php-version: 8.1
8895
- project: 'Instrumentation/PDO'
8996
php-version: 7.4
9097
- project: 'Instrumentation/PDO'

0 commit comments

Comments
 (0)