Skip to content

Commit

Permalink
Merge pull request #21 from SwiftPackageIndex/fix-linux-test-run
Browse files Browse the repository at this point in the history
Fix linux test run, Swift 5.6+
  • Loading branch information
finestructure committed Nov 4, 2023
2 parents 0f1351b + fcacf3c commit 3a9f1b8
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 44 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
run-tests:
strategy:
matrix:
swift-version: [5.3, 5.4, 5.5, 5.6]
swift-version: [5.6, 5.7, 5.8, 5.9]
runs-on: ubuntu-20.04
steps:
- uses: fwal/setup-swift@v1
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.3
// swift-tools-version:5.6

// Copyright Dave Verwer, Sven A. Schmidt, and other contributors.
//
Expand Down
42 changes: 0 additions & 42 deletions Tests/LinuxMain.swift

This file was deleted.

0 comments on commit 3a9f1b8

Please sign in to comment.