Skip to content

Commit

Permalink
Use Swift 5.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pepicrft committed Dec 3, 2024
1 parent 6f088a4 commit dfdecc9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .mise/tasks/test-linux
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env bash
# mise description="Run tests on Linux"

CONTAINER_RUNTIME=$(command -v podman || command -v docker)
CONTAINER_RUNTIME=docker

if [ -z "$CONTAINER_RUNTIME" ]; then
echo "Neither podman nor docker is available. Please install one to proceed."
Expand Down
2 changes: 1 addition & 1 deletion .swift-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5.9
5.10
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.9.0
// swift-tools-version:5.10.0

import PackageDescription

Expand Down

0 comments on commit dfdecc9

Please sign in to comment.