We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58e3455 commit 3075f20Copy full SHA for 3075f20
.mise/tasks/test-linux
@@ -1,7 +1,7 @@
1
#!/usr/bin/env bash
2
# mise description="Run tests on Linux"
3
4
-CONTAINER_RUNTIME=$(command -v podman || command -v docker)
+CONTAINER_RUNTIME=docker
5
6
if [ -z "$CONTAINER_RUNTIME" ]; then
7
echo "Neither podman nor docker is available. Please install one to proceed."
.swift-version
@@ -1 +1 @@
-5.9
+5.10
Package.swift
@@ -1,4 +1,4 @@
-// swift-tools-version:5.9.0
+// swift-tools-version:5.10.0
import PackageDescription
0 commit comments