Skip to content

Commit

Permalink
Minimum Swift version is now 5.2 (#66)
Browse files Browse the repository at this point in the history
* Minimum Swift version is now 5.2
* Adjust CI builds
  • Loading branch information
dannys42 authored Mar 25, 2022
1 parent 3686a2b commit 82b9745
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
10 changes: 4 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ matrix:
dist: xenial
sudo: required
services: docker
env: DOCKER_IMAGE=docker.kitura.net/kitura/swift-ci-ubuntu16.04:5.1.5
env: DOCKER_IMAGE=docker.kitura.net/kitura/swift-ci-ubuntu18.04:5.2.5
- os: linux
dist: bionic
sudo: required
Expand All @@ -26,18 +26,16 @@ matrix:
sudo: required
services: docker
env: DOCKER_IMAGE=docker.kitura.net/kitura/swift-ci-ubuntu18.04:latest USE_SWIFT_DEVELOPMENT_SNAPSHOT=1
- os: osx
osx_image: xcode11
sudo: required
env: SWIFT_SNAPSHOT=5.1.5 JAZZY_ELIGIBLE=true
- os: osx
osx_image: xcode12.2
sudo: required
env: JAZZY_ELIGIBLE=true
- os: osx
osx_image: xcode12.5
osx_image: xcode13.2
sudo: required
env: USE_SWIFT_DEVELOPMENT_SNAPSHOT=1


before_install:
- git clone https://github.com/Kitura/Package-Builder.git

Expand Down
1 change: 1 addition & 0 deletions HTMLEntities.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ In addition, `HTMLEntities` can unescape encoded HTML text that contains decimal
s.osx.deployment_target = "10.10"
# s.watchos.deployment_target = "2.0"
# s.tvos.deployment_target = "9.0"
s.swift_version = "5.2"


# ――― Source Location ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// swift-tools-version:5.0
// swift-tools-version:5.2
// The swift-tools-version declares the minimum version of Swift required to build this package.

/**
Expand Down

0 comments on commit 82b9745

Please sign in to comment.