diff --git a/README.md b/README.md index 10ae468f..5cce4143 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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 diff --git a/azure-pipelines.yml b/azure-pipelines.yml index e7897f00..01057fd8 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -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