Skip to content

Commit 829157c

Browse files
committed
chore: reorder lines of instrumentation Doctrine and add newline EOF
1 parent 099b86a commit 829157c

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

.github/workflows/php.yml

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ jobs:
2525
'Instrumentation/CakePHP',
2626
'Instrumentation/CodeIgniter',
2727
'Instrumentation/Curl',
28+
'Instrumentation/Doctrine',
2829
'Instrumentation/ExtAmqp',
2930
'Instrumentation/ExtRdKafka',
3031
'Instrumentation/Guzzle',
@@ -45,7 +46,6 @@ jobs:
4546
'Instrumentation/Slim',
4647
'Instrumentation/Symfony',
4748
'Instrumentation/Yii',
48-
'Instrumentation/Doctrine',
4949
'Logs/Monolog',
5050
'Propagation/ServerTiming',
5151
'Propagation/TraceResponse',
@@ -56,19 +56,20 @@ jobs:
5656
'Symfony',
5757
]
5858
exclude:
59-
- project: 'Instrumentation/IO'
60-
php-version: 8.1
59+
6160
- project: 'Instrumentation/Curl'
6261
php-version: 8.1
63-
- project: 'Instrumentation/MySqli'
64-
php-version: 8.1
65-
- project: 'Instrumentation/PDO'
62+
- project: 'Instrumentation/Doctrine'
6663
php-version: 8.1
6764
- project: 'Instrumentation/ExtAmqp'
6865
php-version: 8.1
6966
- project: 'Instrumentation/ExtRdKafka'
7067
php-version: 8.1
71-
- project: 'Instrumentation/Doctrine'
68+
- project: 'Instrumentation/IO'
69+
php-version: 8.1
70+
- project: 'Instrumentation/MySqli'
71+
php-version: 8.1
72+
- project: 'Instrumentation/PDO'
7273
php-version: 8.1
7374
steps:
7475
- uses: actions/checkout@v4
@@ -160,4 +161,4 @@ jobs:
160161
directory: src/${{ matrix.project }}
161162
files: ./coverage.clover
162163
flags: ${{ matrix.project }}
163-
verbose: false
164+
verbose: false

0 commit comments

Comments
 (0)