Skip to content

Commit b907436

Browse files
authored
Upgrade to container 0.7 (#41)
1 parent 2c24fef commit b907436

3 files changed

Lines changed: 25 additions & 25 deletions

File tree

Package.resolved

Lines changed: 23 additions & 23 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Sources/Container-Compose/Application.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ import ArgumentParser
1919

2020
public struct Main: AsyncParsableCommand {
2121
private static let commandName: String = "container-compose"
22-
private static let version: String = "v0.6.1"
22+
private static let version: String = "v0.7.0"
2323
public static var versionString: String {
2424
"\(commandName) version \(version)"
2525
}

Tests/Container-Compose-DynamicTests/ComposeUpTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ import ContainerClient
2121
import TestHelpers
2222
@testable import ContainerComposeCore
2323

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

2727
@Test("Test WordPress with MySQL compose file")

0 commit comments

Comments
 (0)