Skip to content
This repository was archived by the owner on Jun 1, 2023. It is now read-only.

Commit 3876d63

Browse files
committed
Change minimum Swift version requirements to version 5.3+
1 parent 4c5dced commit 3876d63

File tree

4 files changed

+5
-58
lines changed

4 files changed

+5
-58
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@ jobs:
1313
strategy:
1414
matrix:
1515
xcode:
16-
- "11.7" # Swift 5.2
17-
- "12.2" # Swift 5.3
16+
- "12.4" # Swift 5.3
1817

1918
name: "macOS Big Sur (Xcode ${{ matrix.xcode }})"
2019

@@ -42,8 +41,7 @@ jobs:
4241
strategy:
4342
matrix:
4443
xcode:
45-
- "11.7" # Swift 5.2
46-
- "12" # Swift 5.3
44+
- "12.4" # Swift 5.3
4745

4846
name: "macOS Catalina (Xcode ${{ matrix.xcode }})"
4947

@@ -70,7 +68,7 @@ jobs:
7068

7169
strategy:
7270
matrix:
73-
swift: ["5.3", "5.2"]
71+
swift: ["5.3"]
7472

7573
name: "Linux (Swift ${{ matrix.swift }})"
7674

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM swift:5.2 as builder
1+
FROM swift:5.3 as builder
22
WORKDIR /swiftdoc
33
COPY . .
44
RUN apt-get -qq update && apt-get install -y libxml2-dev && rm -r /var/lib/apt/lists/*

[email protected]

Lines changed: 0 additions & 51 deletions
This file was deleted.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ as well as top-level type aliases, functions, and variables.
1616

1717
## Requirements
1818

19-
- Swift 5.3
19+
- Swift 5.3+
2020
- [libxml2][libxml2]
2121
- [GraphViz][graphviz] _(optional)_
2222

0 commit comments

Comments
 (0)