Merge pull request #11225 from ndeloof/ddev-bump

bump ddev to 1.22.4
This commit is contained in:
Guillaume Lours 2023-11-27 14:29:36 +01:00 committed by GitHub
commit f5e3ff03f0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -29,7 +29,7 @@ import (
"gotest.tools/v3/assert"
)
const ddevVersion = "v1.19.1"
const ddevVersion = "v1.21.1"
func TestComposeRunDdev(t *testing.T) {
if !composeStandaloneMode {
@ -73,7 +73,7 @@ func TestComposeRunDdev(t *testing.T) {
}
compressedFilename := fmt.Sprintf("ddev_%s-%s.%s.tar.gz", osName, runtime.GOARCH, ddevVersion)
c.RunCmdInDir(t, ddevDir, "curl", "-LO", fmt.Sprintf("https://github.com/drud/ddev/releases/download/%s/%s",
c.RunCmdInDir(t, ddevDir, "curl", "-LO", fmt.Sprintf("https://github.com/ddev/ddev/releases/download/%s/%s",
ddevVersion,
compressedFilename))