fix bug in yaml parsing for github workflows (#1725)

* fix bug in yaml parsing for github workflows

* fix kibana version
This commit is contained in:
Justin Ibarra
2022-01-25 18:56:29 -09:00
committed by GitHub
parent 2e78da5c9a
commit f7d93e20d4
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -56,7 +56,7 @@ jobs:
max-parallel: 1
matrix:
# 7.17 was intentionally skipped because it was added late and was bug fix only
target_branch: [7.13, 7.14, 7.15, 7.16, 8.0]
target_branch: [7.13, 7.14, 7.15, 7.16, '8.0']
steps:
- name: Checkout repo