Skip to content

Commit c8f38d6

Browse files
authored
Add swift 5.7 support
1 parent 56f5dbc commit c8f38d6

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.7", [OS.MacOS, OS.Ubuntu]],
67
["5.6.1", [OS.MacOS, OS.Ubuntu]],
78
["5.6", [OS.MacOS, OS.Ubuntu]],
89
["5.5.3", [OS.MacOS, OS.Ubuntu]],

0 commit comments

Comments
 (0)