From 387e303200916c27e954a93078a51932176bfefa Mon Sep 17 00:00:00 2001 From: Chris Croome <chris@webarchitects.co.uk> Date: Tue, 19 Apr 2022 17:04:19 +0100 Subject: [PATCH] syntax fix --- tasks/checks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/checks.yml b/tasks/checks.yml index de667a7..2f5fc20 100644 --- a/tasks/checks.yml +++ b/tasks/checks.yml @@ -109,7 +109,7 @@ label: "{{ version }}" when: php_versions[version].sapis is defined - when: php_versions_remove is defined ) and ( php_versions_remove != [] ) + when: ( php_versions_remove is defined ) and ( php_versions_remove != [] ) when: ( php_versions_proposed is defined ) and ( php_versions_proposed != [] ) -- GitLab