File tree Expand file tree Collapse file tree 1 file changed +1
-34
lines changed Expand file tree Collapse file tree 1 file changed +1
-34
lines changed Original file line number Diff line number Diff line change @@ -138,6 +138,7 @@ services:
138138 Data : []byte (`
139139applications:
140140 app1:
141+ type: composable:25.05
141142 stack:
142143143144 extensions:
@@ -163,40 +164,6 @@ services:
163164 },
164165 wantErr : false ,
165166 },
166- {
167- name : "stack-and-type" ,
168- args : args {
169- path : fstest.MapFS {
170- ".upsun/config.yaml" : & fstest.MapFile {
171- Data : []byte (`
172- applications:
173- app1:
174- type: "python:3.11"
175- stack:
176- 177- extensions:
178- - apcu
179- - sodium
180- - xsl
181- - pdo_sqlite
182- - "nodejs@20"
183- 184- ` ,
185- ),
186- },
187- ".upsun/services.yaml" : & fstest.MapFile {
188- Data : []byte (`
189- services:
190- redis:
191- type: redis:6.2
192- size: AUTO
193- ` ,
194- ),
195- },
196- },
197- },
198- wantErr : true ,
199- },
200167 {
201168 name : "true-boolean" ,
202169 args : args {
You can’t perform that action at this time.
0 commit comments