From 8c1a293537205484bd55e3bf68b827b9cff1ae7c Mon Sep 17 00:00:00 2001 From: Steve Gordon Date: Thu, 26 Jan 2023 14:30:33 +0000 Subject: [PATCH] Fix integration jobs YAML formatting (#7197) * Fix YAML formatting * Add missing comma --- .github/workflows/integration-jobs.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/integration-jobs.yml b/.github/workflows/integration-jobs.yml index 9c075b05dee..0ff85fa17a5 100644 --- a/.github/workflows/integration-jobs.yml +++ b/.github/workflows/integration-jobs.yml @@ -26,9 +26,9 @@ jobs: '8.2.3', '8.3.3', '8.4.3', - "8.5.3", + '8.5.3', '8.6.1', - "8.7.0-SNAPSHOT" + '8.7.0-SNAPSHOT', 'latest-8' ]