Skip to content

Commit 79e5fb4

Browse files
authored
Raise minimum swift version to 5.8 (#147)
Motivation: It's consistant with support policy (see #141). It matches what's being tested. It will make future changes adopting new features easier. Modifications: Bump swift tools version to 5.8 Remove linux tests and test discovery flag which are not required. Result: Will not longer build using swift before 5.8 - older compilers will find older versions of this library when resolving versions.
1 parent ce594e7 commit 79e5fb4

File tree

3 files changed

+2
-34
lines changed

3 files changed

+2
-34
lines changed

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.6
1+
// swift-tools-version:5.8
22
//===----------------------------------------------------------------------===//
33
//
44
// This source file is part of the Swift Metrics API open source project

Tests/LinuxMain.swift

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

docker/docker-compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ services:
2828

2929
test:
3030
<<: *common
31-
command: /bin/bash -xcl "swift test -Xswiftc -warnings-as-errors --enable-test-discovery $${SANITIZER_ARG-}"
31+
command: /bin/bash -xcl "swift test -Xswiftc -warnings-as-errors $${SANITIZER_ARG-}"
3232

3333
# util
3434

0 commit comments

Comments
 (0)