Skip to content

Commit 713507d

Browse files
committed
Add missing swift versions
1 parent 8e29140 commit 713507d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/swift-versions.ts

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

55
const VERSIONS_LIST: [string, OS[]][] = [
6+
["6.2", [OS.MacOS, OS.Ubuntu]],
7+
["6.1.3", [OS.MacOS, OS.Ubuntu]],
8+
["6.1.2", [OS.MacOS, OS.Ubuntu]],
69
["6.1.0", [OS.MacOS, OS.Ubuntu]],
710
["6.0.3", [OS.MacOS, OS.Ubuntu]],
811
["6.0.2", [OS.MacOS, OS.Ubuntu]],

0 commit comments

Comments
 (0)