Skip to content

Commit

Permalink
Add post-merge CI support for Swift 6.0 nightly macOS and Ubuntu 22.04
Browse files Browse the repository at this point in the history
  • Loading branch information
shahmishal committed Apr 19, 2024
1 parent 7c8eb58 commit 6f73f8b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .swiftci/nightly_6_0_macos
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
macOSSwiftPackageJob {
swift_version = "6.0"
repo = "swift-collections"
branch = "main"
}
5 changes: 5 additions & 0 deletions .swiftci/nightly_6_0_ubuntu2204
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
LinuxSwiftPackageJob {
nightly_docker_tag = "nightly-6.0-jammy"
repo = "swift-collections"
branch = "main"
}

0 comments on commit 6f73f8b

Please sign in to comment.