From 330bd2ff400dae70752880548522ff57602a8508 Mon Sep 17 00:00:00 2001 From: Benjamin Hirsch Date: Thu, 11 Oct 2018 22:49:35 +0200 Subject: [PATCH] Changed job name to match pipeline naming convention --- azure-pipelines.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 05de129..e101fba 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -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' @@ -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' @@ -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'