Skip to content

Commit bf3b42d

Browse files
committed
Add swift 5.8
1 parent ffb5a44 commit bf3b42d

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

dist/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -540,6 +540,7 @@ const semver = __importStar(__nccwpck_require__(1383));
540540
const core = __importStar(__nccwpck_require__(2186));
541541
const os_1 = __nccwpck_require__(1855);
542542
const VERSIONS_LIST = [
543+
["5.8", [os_1.OS.MacOS, os_1.OS.Ubuntu]],
543544
["5.7.3", [os_1.OS.MacOS, os_1.OS.Ubuntu]],
544545
["5.7.2", [os_1.OS.MacOS, os_1.OS.Ubuntu]],
545546
["5.7.1", [os_1.OS.MacOS, os_1.OS.Ubuntu]],

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

0 commit comments

Comments
 (0)