Skip to content

Commit fcacf3c

Browse files
committed
Bump to 5.6 minimum version
1 parent 0acdd72 commit fcacf3c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
run-tests:
2020
strategy:
2121
matrix:
22-
swift-version: [5.3, 5.4, 5.5, 5.6]
22+
swift-version: [5.6, 5.7, 5.8, 5.9]
2323
runs-on: ubuntu-20.04
2424
steps:
2525
- uses: fwal/setup-swift@v1

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.3
1+
// swift-tools-version:5.6
22

33
// Copyright Dave Verwer, Sven A. Schmidt, and other contributors.
44
//

0 commit comments

Comments
 (0)