Skip to content

Commit

Permalink
Swift 5.6/Windows CI
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-fowler committed Apr 6, 2022
1 parent 784bd4f commit e283ddc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,9 @@ jobs:
strategy:
matrix:
tag:
- swift:5.2
- swift:5.3
- swift:5.4
- swift:5.5
- swift:5.6
container:
image: ${{ matrix.tag }}
steps:
Expand All @@ -65,7 +64,7 @@ jobs:
steps:
- uses: compnerd/gha-setup-swift@main
with:
branch: swift-5.5-release
tag: 5.5-RELEASE
branch: swift-5.6-release
tag: 5.6-RELEASE
- uses: actions/checkout@v2
- run: swift test
4 changes: 2 additions & 2 deletions Tests/JMESPathTests/ComplianceTests.swift
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// don't run compliance tests for Windows as loading data using
// Data(contentsOf: URL) seems to fail
#if !os(Windows)
// #if !os(Windows)

import Foundation
#if os(Linux) || os(Windows)
Expand Down Expand Up @@ -213,4 +213,4 @@ final class ComplianceTests: XCTestCase {
}
}

#endif
// #endif

0 comments on commit e283ddc

Please sign in to comment.