Skip to content

Commit 3075f20

Browse files
committed
Use Swift 5.10.0
1 parent 58e3455 commit 3075f20

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.mise/tasks/test-linux

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env bash
22
# mise description="Run tests on Linux"
33

4-
CONTAINER_RUNTIME=$(command -v podman || command -v docker)
4+
CONTAINER_RUNTIME=docker
55

66
if [ -z "$CONTAINER_RUNTIME" ]; then
77
echo "Neither podman nor docker is available. Please install one to proceed."

.swift-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
5.9
1+
5.10

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

33
import PackageDescription
44

0 commit comments

Comments
 (0)