Skip to content

Commit 1c9c7df

Browse files
committed
Add swift 5.3
1 parent b0b262a commit 1c9c7df

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

__tests__/swift-versions.test.ts

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

2424
it("identifies X versions", async () => {
2525
const version = await versions.verify("5");
26-
expect(version).toBe("5.2.4");
26+
expect(version).toBe("5.3");
2727
});
2828

2929
it("throws an error if version is invalid", async () => {

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 AVAILABLE_VERSIONS = [
6+
"5.3",
67
"5.2.4",
78
"5.2.2",
89
"5.2.1",

0 commit comments

Comments
 (0)