Skip to content
This repository has been archived by the owner on Feb 2, 2023. It is now read-only.

Commit

Permalink
Changed job name to match pipeline naming convention
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminhirsch committed Oct 11, 2018
1 parent c3ac488 commit 330bd2f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# https://docs.microsoft.com/azure/devops/pipelines/languages/php

jobs:
- job: PHP 7.0
- job: PHP_70
pool:
vmImage: 'Ubuntu 16.04'

Expand All @@ -27,7 +27,7 @@ jobs:
- script: composer test-coverage
displayName: 'Run tests with phpunit'

- job: PHP 7.1
- job: PHP_71
pool:
vmImage: 'Ubuntu 16.04'

Expand All @@ -50,7 +50,7 @@ jobs:
- script: composer test-coverage
displayName: 'Run tests with phpunit'

- job: PHP 7.2
- job: PHP_72
pool:
vmImage: 'Ubuntu 16.04'

Expand Down

0 comments on commit 330bd2f

Please sign in to comment.