Skip to content

Commit 567c25f

Browse files
committed
Add 5.7.1
1 parent 5cdaa91 commit 567c25f

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,14 @@ jobs:
2323
strategy:
2424
matrix:
2525
os: [ubuntu-latest, macos-latest]
26-
swift: ["5.7"]
26+
swift: ["5.7.1"]
2727
include:
2828
- os: macos-12
29-
swift: "5.7"
29+
swift: "5.7.1"
3030
- os: ubuntu-22.04
31-
swift: "5.7"
31+
swift: "5.7.1"
3232
- os: windows-latest
33-
swift: "5.6.3"
33+
swift: "5.7.1"
3434
steps:
3535
- uses: actions/checkout@v3
3636
- run: npm install

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.7.1", OS.all()],
67
["5.7", [OS.MacOS, OS.Ubuntu]],
78
["5.6.3", OS.all()],
89
["5.6.2", OS.all()],

0 commit comments

Comments
 (0)