1-
21name : PHP QA
32
43on :
@@ -19,28 +18,30 @@ 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/IO' ,
32+ ' Instrumentation/Laravel' ,
33+ ' Instrumentation/MongoDB' ,
34+ ' Instrumentation/OpenAIPHP' ,
35+ ' Instrumentation/PDO' ,
36+ # Sort PSRs numerically.
3137 ' Instrumentation/Psr3' ,
3238 ' Instrumentation/Psr6' ,
3339 ' Instrumentation/Psr14' ,
3440 ' Instrumentation/Psr15' ,
3541 ' Instrumentation/Psr16' ,
3642 ' Instrumentation/Psr18' ,
37- ' Instrumentation/IO' ,
38- ' Instrumentation/PDO' ,
43+ ' Instrumentation/Slim' ,
3944 ' Instrumentation/Symfony' ,
40- ' Instrumentation/OpenAIPHP' ,
41- ' Instrumentation/Laravel' ,
42- ' Instrumentation/MongoDB' ,
43- ' Instrumentation/CodeIgniter' ,
4445 ' Instrumentation/Yii' ,
4546 ' Logs/Monolog' ,
4647 ' Propagation/ServerTiming' ,
4950 ' ResourceDetectors/Container' ,
5051 ' Sampler/RuleBased' ,
5152 ' Shims/OpenTracing' ,
52- ' Symfony'
53+ ' Symfony' ,
5354 ]
5455 exclude :
5556 - project : ' Instrumentation/Guzzle'
0 commit comments