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

* fix bug in yaml parsing for github workflows

* fix kibana version

Removed changes from:
- etc/packages.yml

(selectively cherry picked from commit f7d93e20d4)
This commit is contained in:
Justin Ibarra
2022-01-25 18:56:29 -09:00
committed by github-actions[bot]
parent 59b6d6dd08
commit bf9240a201
+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