Skip to content

Commit 82b9745

Browse files
authored
Minimum Swift version is now 5.2 (#66)
* Minimum Swift version is now 5.2 * Adjust CI builds
1 parent 3686a2b commit 82b9745

File tree

3 files changed

+6
-7
lines changed

3 files changed

+6
-7
lines changed

.travis.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ matrix:
1515
dist: xenial
1616
sudo: required
1717
services: docker
18-
env: DOCKER_IMAGE=docker.kitura.net/kitura/swift-ci-ubuntu16.04:5.1.5
18+
env: DOCKER_IMAGE=docker.kitura.net/kitura/swift-ci-ubuntu18.04:5.2.5
1919
- os: linux
2020
dist: bionic
2121
sudo: required
@@ -26,18 +26,16 @@ matrix:
2626
sudo: required
2727
services: docker
2828
env: DOCKER_IMAGE=docker.kitura.net/kitura/swift-ci-ubuntu18.04:latest USE_SWIFT_DEVELOPMENT_SNAPSHOT=1
29-
- os: osx
30-
osx_image: xcode11
31-
sudo: required
32-
env: SWIFT_SNAPSHOT=5.1.5 JAZZY_ELIGIBLE=true
3329
- os: osx
3430
osx_image: xcode12.2
3531
sudo: required
32+
env: JAZZY_ELIGIBLE=true
3633
- os: osx
37-
osx_image: xcode12.5
34+
osx_image: xcode13.2
3835
sudo: required
3936
env: USE_SWIFT_DEVELOPMENT_SNAPSHOT=1
4037

38+
4139
before_install:
4240
- git clone https://github.com/Kitura/Package-Builder.git
4341

HTMLEntities.podspec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ In addition, `HTMLEntities` can unescape encoded HTML text that contains decimal
7575
s.osx.deployment_target = "10.10"
7676
# s.watchos.deployment_target = "2.0"
7777
# s.tvos.deployment_target = "9.0"
78+
s.swift_version = "5.2"
7879

7980

8081
# ――― Source Location ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// swift-tools-version:5.0
1+
// swift-tools-version:5.2
22
// The swift-tools-version declares the minimum version of Swift required to build this package.
33

44
/**

0 commit comments

Comments
 (0)