We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c9b3ca commit 62e3cc9Copy full SHA for 62e3cc9
azure-pipelines.yml
@@ -8,11 +8,11 @@ pool:
8
9
strategy:
10
matrix:
11
- php 7.3:
+ PHP 7.3:
12
phpVersion: '7.3'
13
- php 7.2:
+ PHP 7.2:
14
phpVersion: '7.2'
15
- php 7.1:
+ PHP 7.1:
16
phpVersion: '7.1'
17
18
steps:
@@ -26,7 +26,7 @@ steps:
26
displayName: 'Use PHP version $(phpVersion)'
27
28
- script: composer install --no-interaction --prefer-dist
29
- displayName: 'composer install'
+ displayName: 'Composer install'
30
31
- script: vendor/bin/phpunit
32
displayName: 'PHPUnit'
0 commit comments