We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 421f953 commit 2b890afCopy full SHA for 2b890af
.buildkite/pipeline.yml
@@ -6,7 +6,7 @@ steps:
6
env:
7
NODE_VERSION: "{{ matrix.nodejs }}"
8
TEST_SUITE: "{{ matrix.suite }}"
9
- STACK_VERSION: 8.15.0
+ STACK_VERSION: 8.16.0
10
matrix:
11
setup:
12
suite:
catalog-info.yaml
@@ -42,6 +42,9 @@ spec:
42
main:
43
branch: "main"
44
cronline: "@daily"
45
+ 8_x:
46
+ branch: "8.x"
47
+ cronline: "@daily"
48
8_14:
- branch: "8.14"
49
+ branch: "8.16"
50
0 commit comments