Skip to content

Commit

Permalink
Add v3.18 to TestPackageAlpine (#24972)
Browse files Browse the repository at this point in the history
Add Alpine 3.18 to TestPackageAlpine

Co-authored-by: Giteabot <teabot@gitea.io>
  • Loading branch information
sonjek and GiteaBot authored May 29, 2023
1 parent ca5f302 commit 970e1c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/api_packages_alpine_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ Djfa/2q5bH4699v++uMAAAAAAAAAAAAAAAAAAAAAAHbgA/eXQh8AKAAA`
content, err := base64.StdEncoding.DecodeString(base64AlpinePackageContent)
assert.NoError(t, err)

branches := []string{"v3.16", "v3.17"}
branches := []string{"v3.16", "v3.17", "v3.18"}
repositories := []string{"main", "testing"}

rootURL := fmt.Sprintf("/api/packages/%s/alpine", user.Name)
Expand Down

0 comments on commit 970e1c9

Please sign in to comment.