Skip to content

Commit c3d14e8

Browse files
committed
Add 6.1.0 to swift-versions.ts
1 parent 2334843 commit c3d14e8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/swift-versions.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ import * as core from "@actions/core";
33
import { System, OS } from "./os";
44

55
const VERSIONS_LIST: [string, OS[]][] = [
6+
["6.1.0", [OS.MacOS, OS.Ubuntu]],
67
["6.0.3", [OS.MacOS, OS.Ubuntu]],
78
["6.0.2", [OS.MacOS, OS.Ubuntu]],
89
["6.0.1", [OS.MacOS, OS.Ubuntu]],

0 commit comments

Comments
 (0)