Skip to content

Commit b14bb14

Browse files
authored
Update swift-versions.ts to Swift 5.9
1 parent 00ab8b4 commit b14bb14

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+
["5.9", [OS.MacOS, OS.Ubuntu]],
67
["5.8", [OS.MacOS, OS.Ubuntu]],
78
["5.7.3", [OS.MacOS, OS.Ubuntu]],
89
["5.7.2", [OS.MacOS, OS.Ubuntu]],

0 commit comments

Comments
 (0)