Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 23 additions & 0 deletions .buildkite/pull-request-test-matrix.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# a map defines the compatibility between versions
# some of them might not exist,
# and they do not break CI which jobs generator validates the release/snapshot when generating the CI steps
8.x:
releases:
- 8.previous
- 8.current
snapshots:
- 8.previous
- 8.current
- 8.next
- 8.future
main:
releases:
- 9.previous
- 9.current
snapshots:
- 8.future
- 9.previous
- 9.current
- 9.next
- 9.future
- main