Skip to content

Commit

Permalink
bump ddev to 1.22.4
Browse files Browse the repository at this point in the history
Signed-off-by: Nicolas De Loof <[email protected]>
  • Loading branch information
ndeloof committed Nov 27, 2023
1 parent a1de0b9 commit 1c20488
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/e2e/ddev_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ import (
"gotest.tools/v3/assert"
)

const ddevVersion = "v1.19.1"
const ddevVersion = "v1.22.4"

func TestComposeRunDdev(t *testing.T) {
if !composeStandaloneMode {
Expand Down Expand Up @@ -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))

Expand Down

0 comments on commit 1c20488

Please sign in to comment.