Skip to content

Commit

Permalink
Drop support for Swift 5.0 on Linux (#110)
Browse files Browse the repository at this point in the history
* Drop support for Swift 5.0 on Linux

* Update README.md

* Add back macOS SwiftPM job

* Fix formatting
  • Loading branch information
MaxDesiatov authored May 27, 2020
1 parent 5daab15 commit cc40a89
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 11 deletions.
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

0 comments on commit cc40a89

Please sign in to comment.