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 28a368b commit 28bbb03Copy full SHA for 28bbb03
.ci/buildchain-project-dependencies.yaml
@@ -8,12 +8,12 @@ dependencies:
8
dependencies:
9
default:
10
- source: development
11
- target: main # should migrate to 9 before the build
12
- - source: 8.x # does not migrate
+ target: 9.x
+ - source: 8.x
13
target: main
14
dependant:
15
16
- source: 9.x
17
target: development
18
- - source: main # should migrate to 9 before the build
19
- target: development
+ - source: main
+ target: 8.x
0 commit comments