Skip to content

Commit

Permalink
Drop Swift 5.7 and require 5.9
Browse files Browse the repository at this point in the history
  • Loading branch information
fwcd committed Jul 24, 2024
1 parent 655fe17 commit 49d4ba8
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ jobs:
strategy:
matrix:
include:
- os: ubuntu-latest
swift: '5.7'
- os: ubuntu-latest
swift: '5.9'
- os: macos-latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Set up Swift
uses: swift-actions/setup-swift@v2
with:
swift-version: '5.7'
swift-version: '5.9'
- name: Generate Docs
uses: fwcd/swift-docc-action@v1
with:
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// swift-tools-version:5.7
// swift-tools-version:5.9
// The swift-tools-version declares the minimum version of Swift required to build this package.

import PackageDescription
Expand Down

0 comments on commit 49d4ba8

Please sign in to comment.