Skip to content

Commit

Permalink
5.9 works
Browse files Browse the repository at this point in the history
  • Loading branch information
cohoe committed Mar 21, 2024
1 parent f71cbb2 commit 15d5b76
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v2
- uses: swift-actions/setup-swift@v2
with:
swift-version: "5.10.0"
swift-version: "5.9.2"
- name: Get swift version
run: swift --version
- name: Publish Jazzy Docs
Expand Down
2 changes: 1 addition & 1 deletion .jazzy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ github_url: https://github.com/jocosocial/swiftarr
github_file_prefix: https://github.com/jocosocial/swiftarr/tree/master
# copyright:

swift_version: 5.8
swift_version: 5.9.2

theme: fullwidth
skip_undocumented: no
Expand Down
2 changes: 1 addition & 1 deletion .swift-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5.10.0
5.9.0
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Builder image
#
# This sets up the environment used to build swiftarr.
FROM docker.io/library/swift:5.10.0-jammy as builder
FROM docker.io/library/swift:5.9.2-jammy as builder

ARG env

Expand Down

0 comments on commit 15d5b76

Please sign in to comment.