Skip to content

Commit

Permalink
Swift 6 support (#25)
Browse files Browse the repository at this point in the history
* Add support for Swift 6 images

* Update gitignore
  • Loading branch information
0xTim authored Sep 19, 2024
1 parent f250c52 commit 95029e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:
- swift:5.8-jammy
- swift:5.9-jammy
- swift:5.10-noble
- swiftlang/swift:nightly-6.0-jammy
- swift:6.0-noble
- swiftlang/swift:nightly-main-jammy
runs-on: ubuntu-latest
container: ${{ matrix.swift-image }}
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ xcuserdata/
DerivedData/
/.swiftpm
Package.resolved
.vscode/

0 comments on commit 95029e3

Please sign in to comment.