We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00ab8b4 commit b14bb14Copy full SHA for b14bb14
src/swift-versions.ts
@@ -3,6 +3,7 @@ import * as core from "@actions/core";
3
import { System, OS } from "./os";
4
5
const VERSIONS_LIST: [string, OS[]][] = [
6
+ ["5.9", [OS.MacOS, OS.Ubuntu]],
7
["5.8", [OS.MacOS, OS.Ubuntu]],
8
["5.7.3", [OS.MacOS, OS.Ubuntu]],
9
["5.7.2", [OS.MacOS, OS.Ubuntu]],
0 commit comments