Skip to content

Commit

Permalink
Merge pull request #51 from 417-72KI/swift-5.10
Browse files Browse the repository at this point in the history
Swift 5.10 support
  • Loading branch information
417-72KI authored Mar 7, 2024
2 parents 6153a25 + 9b3bd80 commit ef6832f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/matrix.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"swift_version": [
"5.10",
"5.9",
"5.8",
"5.7",
"5.6"
"5.7"
],
"mint_revision": {
"5.10": "master",
"5.9": "master",
"5.8": "0.17.5",
"5.7": "0.17.5",
"5.6": "0.17.5"
"5.7": "0.17.5"
}
}
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG SWIFT_VERSION=5.9
ARG SWIFT_VERSION=5.10
FROM swift:${SWIFT_VERSION}-focal

LABEL maintainer "417-72KI <[email protected]>"
Expand Down

0 comments on commit ef6832f

Please sign in to comment.