Skip to content

Commit

Permalink
Add swift 6.1 CI
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-fowler committed Jan 26, 2025
1 parent d2b2726 commit 40ebbcd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ jobs:
- 'swift:5.9'
- 'swift:5.10'
- 'swift:6.0'
- 'swiftlang/swift:nightly-6.1-jammy'
container:
image: ${{ matrix.image }}
steps:
Expand Down
4 changes: 4 additions & 0 deletions Sources/SotoXML/Expat.swift
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,11 @@
// Licensed under Apache License v2.0 http://www.apache.org/licenses/LICENSE-2.0.html
//

#if compiler(>=6.0)
internal import CSotoExpat
#else
@_implementationOnly import CSotoExpat
#endif

#if canImport(Glibc)
import Glibc
Expand Down

0 comments on commit 40ebbcd

Please sign in to comment.