Skip to content

Commit 3a9f1b8

Browse files
Merge pull request #21 from SwiftPackageIndex/fix-linux-test-run
Fix linux test run, Swift 5.6+
2 parents 0f1351b + fcacf3c commit 3a9f1b8

File tree

3 files changed

+2
-44
lines changed

3 files changed

+2
-44
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
//

Tests/LinuxMain.swift

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

0 commit comments

Comments
 (0)