Skip to content

Commit 59252d9

Browse files
authored
Update setup-swift deficiency compensation
1 parent dcf348a commit 59252d9

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

Diff for: .github/actions/setup-swift/action.yml

+5-3
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,11 @@ runs:
2424
VERSION="5.7.0"
2525
elif [ $VERSION = "5.8" ]; then
2626
VERSION="5.8.0"
27-
# setup-swift does not yet support v5.8.1 Remove this when it does.
28-
elif [ $VERSION = "5.8.1" ]; then
29-
VERSION="5.8.0"
27+
elif [ $VERSION = "5.9" ]; then
28+
VERSION="5.9.0"
29+
# setup-swift does not yet support v5.9.1 Remove this when it does.
30+
elif [ $VERSION = "5.9.1" ]; then
31+
VERSION="5.9.0"
3032
fi
3133
fi
3234
echo "version=$VERSION" | tee -a $GITHUB_OUTPUT

0 commit comments

Comments
 (0)