diff --git a/.github/workflows/publish_docs.yml b/.github/workflows/publish_docs.yml index 0f4853e61..a140fe406 100644 --- a/.github/workflows/publish_docs.yml +++ b/.github/workflows/publish_docs.yml @@ -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 diff --git a/.jazzy.yaml b/.jazzy.yaml index 6dfba14d3..b5203eac9 100644 --- a/.jazzy.yaml +++ b/.jazzy.yaml @@ -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 diff --git a/.swift-version b/.swift-version index 509b0b618..b3d91f9cf 100644 --- a/.swift-version +++ b/.swift-version @@ -1 +1 @@ -5.10.0 +5.9.0 diff --git a/Dockerfile b/Dockerfile index 03939f169..3638415bc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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