Skip to content

Commit a26c92c

Browse files
committed
Add Swift 5.8.1
1 parent 52ab8de commit a26c92c

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

__tests__/swift-versions.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ describe("swift version resolver", () => {
2828

2929
it("identifies X versions", async () => {
3030
const version = await versions.verify("5", macOS);
31-
expect(version).toBe("5.8");
31+
expect(version).toBe("5.8.1");
3232
});
3333

3434
it("identifies versions based on system", async () => {

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.1", [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]],

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.1", [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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy