Skip to content

Commit 62e3cc9

Browse files
committed
Fix labelling
1 parent 8c9b3ca commit 62e3cc9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

azure-pipelines.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ pool:
88

99
strategy:
1010
matrix:
11-
php 7.3:
11+
PHP 7.3:
1212
phpVersion: '7.3'
13-
php 7.2:
13+
PHP 7.2:
1414
phpVersion: '7.2'
15-
php 7.1:
15+
PHP 7.1:
1616
phpVersion: '7.1'
1717

1818
steps:
@@ -26,7 +26,7 @@ steps:
2626
displayName: 'Use PHP version $(phpVersion)'
2727

2828
- script: composer install --no-interaction --prefer-dist
29-
displayName: 'composer install'
29+
displayName: 'Composer install'
3030

3131
- script: vendor/bin/phpunit
3232
displayName: 'PHPUnit'

0 commit comments

Comments
 (0)