Skip to content

Commit 558694e

Browse files
QA workflow jobs sorted alphabetically.
1 parent 182ddb0 commit 558694e

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

.github/workflows/php.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
name: PHP QA
32

43
on:
@@ -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',
@@ -49,7 +49,7 @@ jobs:
4949
'ResourceDetectors/Container',
5050
'Sampler/RuleBased',
5151
'Shims/OpenTracing',
52-
'Symfony'
52+
'Symfony',
5353
]
5454
exclude:
5555
- project: 'Instrumentation/Guzzle'

0 commit comments

Comments
 (0)