We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dcf348a commit 59252d9Copy full SHA for 59252d9
.github/actions/setup-swift/action.yml
@@ -24,9 +24,11 @@ runs:
24
VERSION="5.7.0"
25
elif [ $VERSION = "5.8" ]; then
26
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"
+ elif [ $VERSION = "5.9" ]; then
+ VERSION="5.9.0"
+ # setup-swift does not yet support v5.9.1 Remove this when it does.
30
+ elif [ $VERSION = "5.9.1" ]; then
31
32
fi
33
34
echo "version=$VERSION" | tee -a $GITHUB_OUTPUT
0 commit comments