Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
46 changes: 23 additions & 23 deletions Package.resolved

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Sources/Container-Compose/Application.swift
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import ArgumentParser

public struct Main: AsyncParsableCommand {
private static let commandName: String = "container-compose"
private static let version: String = "v0.6.1"
private static let version: String = "v0.7.0"
public static var versionString: String {
"\(commandName) version \(version)"
}
Expand Down
2 changes: 1 addition & 1 deletion Tests/Container-Compose-DynamicTests/ComposeUpTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import ContainerClient
import TestHelpers
@testable import ContainerComposeCore

@Suite("Compose Up Tests - Real-World Compose Files", .containerDependent)
@Suite("Compose Up Tests - Real-World Compose Files", .containerDependent, .serialized)
struct ComposeUpTests {

@Test("Test WordPress with MySQL compose file")
Expand Down