Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Drop support for Swift 5.0 on Linux #110

Merged
merged 4 commits into from
May 27, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,8 +123,8 @@ here](https://desiatov.com/swift-codable-xlsx/).
- iOS 9.0 / watchOS 2.0 / tvOS 9.0 / macOS 10.11 or later deployment targets

**Linux**
- Ubuntu 14.04 or later
- Swift 5.0.1 or later
- Ubuntu 16.04 or later
- Swift 5.1 or later

## Installation

Expand All @@ -146,7 +146,7 @@ dependencies: [
```

If you're using CoreXLSX in an app built with Xcode, you can also add it as a direct
dependency [using Xcode's
dependency [using Xcode's
GUI](https://developer.apple.com/documentation/xcode/adding_package_dependencies_to_your_app).

### CocoaPods
Expand Down
11 changes: 3 additions & 8 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,21 +83,16 @@ jobs:
vmImage: 'macOS-10.15'
steps:
- script: ./test_swiftpm.sh
- job: test_linux_5_0
pool:
vmImage: 'Ubuntu 18.04'
container: norionomura/swift:503
steps:
- script: ./test_swiftpm.sh

- job: test_linux_5_1
pool:
vmImage: 'Ubuntu 18.04'
container: norionomura/swift:513
container: norionomura/swift:515
steps:
- script: ./test_swiftpm.sh
- job: test_linux_5_2
pool:
vmImage: 'Ubuntu 18.04'
container: norionomura/swift:521
container: norionomura/swift:522
steps:
- script: ./test_swiftpm.sh