Skip to content

Commit 1aba4ca

Browse files
authored
Merge pull request #580 from brennobemoura/main
Add Swift 5.9
2 parents 65540b9 + b14bb14 commit 1aba4ca

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

dist/index.js

Lines changed: 2 additions & 1 deletion
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.9", [os_1.OS.MacOS, os_1.OS.Ubuntu]],
543544
["5.8", [os_1.OS.MacOS, os_1.OS.Ubuntu]],
544545
["5.7.3", [os_1.OS.MacOS, os_1.OS.Ubuntu]],
545546
["5.7.2", [os_1.OS.MacOS, os_1.OS.Ubuntu]],
@@ -17925,4 +17926,4 @@ module.exports = JSON.parse('{"/etc/fedora-release":["Fedora"],"/etc/redhat-rele
1792517926
/******/ module.exports = __webpack_exports__;
1792617927
/******/
1792717928
/******/ })()
17928-
;
17929+
;

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)