Skip to content

Commit

Permalink
Update swift-versions.ts to Swift 5.9
Browse files Browse the repository at this point in the history
  • Loading branch information
o-nnerb authored Jun 25, 2023
1 parent 00ab8b4 commit b14bb14
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/swift-versions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import * as core from "@actions/core";
import { System, OS } from "./os";

const VERSIONS_LIST: [string, OS[]][] = [
["5.9", [OS.MacOS, OS.Ubuntu]],
["5.8", [OS.MacOS, OS.Ubuntu]],
["5.7.3", [OS.MacOS, OS.Ubuntu]],
["5.7.2", [OS.MacOS, OS.Ubuntu]],
Expand Down

0 comments on commit b14bb14

Please sign in to comment.