1-
21name : PHP QA
32
43on :
@@ -19,28 +18,29 @@ jobs:
1918 fail-fast : false
2019 matrix :
2120 php-version : ['7.4', '8.0', '8.1', '8.2', '8.3']
21+ # Sorted alphabetically to ease finding the desired run in the GitHub Workflow UI.
2222 project : [
2323 ' Aws' ,
2424 ' Context/Swoole' ,
25+ ' Instrumentation/CakePHP' ,
26+ ' Instrumentation/CodeIgniter' ,
2527 ' Instrumentation/ExtAmqp' ,
2628 ' Instrumentation/ExtRdKafka' ,
2729 ' Instrumentation/Guzzle' ,
2830 ' Instrumentation/HttpAsyncClient' ,
29- ' Instrumentation/Slim' ,
30- ' Instrumentation/CakePHP' ,
31- ' Instrumentation/Psr3' ,
32- ' Instrumentation/Psr6' ,
31+ ' Instrumentation/IO' ,
32+ ' Instrumentation/Laravel' ,
33+ ' Instrumentation/MongoDB' ,
34+ ' Instrumentation/OpenAIPHP' ,
35+ ' Instrumentation/PDO' ,
3336 ' Instrumentation/Psr14' ,
3437 ' Instrumentation/Psr15' ,
3538 ' Instrumentation/Psr16' ,
3639 ' Instrumentation/Psr18' ,
37- ' Instrumentation/IO' ,
38- ' Instrumentation/PDO' ,
40+ ' Instrumentation/Psr3' ,
41+ ' Instrumentation/Psr6' ,
42+ ' Instrumentation/Slim' ,
3943 ' Instrumentation/Symfony' ,
40- ' Instrumentation/OpenAIPHP' ,
41- ' Instrumentation/Laravel' ,
42- ' Instrumentation/MongoDB' ,
43- ' Instrumentation/CodeIgniter' ,
4444 ' Instrumentation/Yii' ,
4545 ' Logs/Monolog' ,
4646 ' Propagation/ServerTiming' ,
4949 ' ResourceDetectors/Container' ,
5050 ' Sampler/RuleBased' ,
5151 ' Shims/OpenTracing' ,
52- ' Symfony'
52+ ' Symfony' ,
5353 ]
5454 exclude :
5555 - project : ' Instrumentation/Guzzle'
0 commit comments