Skip to content

Commit 7cd9cb7

Browse files
authored
A matrix to define compatibility across stack versions, where CI job generator leverages (#202)
* A matrix to define compatibility across stack versions, which CI job generator leverages. * Add 8.future to the main branch of the matrix definition
1 parent 22092f7 commit 7cd9cb7

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# a map defines the compatibility between versions
2+
# some of them might not exist,
3+
# and they do not break CI which jobs generator validates the release/snapshot when generating the CI steps
4+
8.x:
5+
releases:
6+
- 8.previous
7+
- 8.current
8+
snapshots:
9+
- 8.previous
10+
- 8.current
11+
- 8.next
12+
- 8.future
13+
main:
14+
releases:
15+
- 9.previous
16+
- 9.current
17+
snapshots:
18+
- 8.future
19+
- 9.previous
20+
- 9.current
21+
- 9.next
22+
- 9.future
23+
- main

0 commit comments

Comments
 (0)