Skip to content

Commit 7eff3eb

Browse files
committed
Add support for swift 5.3.2 and 5.3.3
1 parent ecedaae commit 7eff3eb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/swift-versions.ts

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

55
const VERSIONS_LIST: [string, OS[]][] = [
6+
["5.3.3", [OS.MacOS, OS.Ubuntu]],
7+
["5.3.2", [OS.MacOS, OS.Ubuntu]],
68
["5.3.1", [OS.MacOS, OS.Ubuntu]],
79
["5.3", [OS.MacOS, OS.Ubuntu]],
810
["5.2.5", [OS.Ubuntu]],

0 commit comments

Comments
 (0)