Skip to content

Commit

Permalink
QA workflow jobs sorted alphabetically. (#312)
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisLightfootWild authored Oct 27, 2024
1 parent 182ddb0 commit 73e81d8
Showing 1 changed file with 11 additions and 10 deletions.
21 changes: 11 additions & 10 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

name: PHP QA

on:
Expand All @@ -19,28 +18,30 @@ jobs:
fail-fast: false
matrix:
php-version: ['7.4', '8.0', '8.1', '8.2', '8.3']
# Sorted alphabetically to ease finding the desired run in the GitHub Workflow UI.
project: [
'Aws',
'Context/Swoole',
'Instrumentation/CakePHP',
'Instrumentation/CodeIgniter',
'Instrumentation/ExtAmqp',
'Instrumentation/ExtRdKafka',
'Instrumentation/Guzzle',
'Instrumentation/HttpAsyncClient',
'Instrumentation/Slim',
'Instrumentation/CakePHP',
'Instrumentation/IO',
'Instrumentation/Laravel',
'Instrumentation/MongoDB',
'Instrumentation/OpenAIPHP',
'Instrumentation/PDO',
# Sort PSRs numerically.
'Instrumentation/Psr3',
'Instrumentation/Psr6',
'Instrumentation/Psr14',
'Instrumentation/Psr15',
'Instrumentation/Psr16',
'Instrumentation/Psr18',
'Instrumentation/IO',
'Instrumentation/PDO',
'Instrumentation/Slim',
'Instrumentation/Symfony',
'Instrumentation/OpenAIPHP',
'Instrumentation/Laravel',
'Instrumentation/MongoDB',
'Instrumentation/CodeIgniter',
'Instrumentation/Yii',
'Logs/Monolog',
'Propagation/ServerTiming',
Expand All @@ -49,7 +50,7 @@ jobs:
'ResourceDetectors/Container',
'Sampler/RuleBased',
'Shims/OpenTracing',
'Symfony'
'Symfony',
]
exclude:
- project: 'Instrumentation/Guzzle'
Expand Down

0 comments on commit 73e81d8

Please sign in to comment.