Skip to content

Commit

Permalink
Allow swift-syntax 509 (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
MahdiBM authored Oct 6, 2024
1 parent 5940af0 commit e8f5463
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
matrix:
swift-image:
- swift:5.10-noble
- swiftlang/swift:nightly-6.0-jammy
- swift:6.0-noble
- swiftlang/swift:nightly-main-jammy

runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ let package = Package(
dependencies: [
.package(
url: "https://github.com/swiftlang/swift-syntax",
"510.0.0" ..< "601.0.0-latest"
"509.0.0" ..< "601.0.0-latest"
),
.package(
url: "https://github.com/hummingbird-project/swift-mustache",
Expand Down
2 changes: 1 addition & 1 deletion Package@swift-6.0.swift
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ let package = Package(
dependencies: [
.package(
url: "https://github.com/swiftlang/swift-syntax",
"510.0.0" ..< "601.0.0-latest"
"509.0.0" ..< "601.0.0-latest"
),
.package(
url: "https://github.com/hummingbird-project/swift-mustache",
Expand Down

0 comments on commit e8f5463

Please sign in to comment.