Skip to content

Commit

Permalink
Add back support for testing Swift 5.7
Browse files Browse the repository at this point in the history
  • Loading branch information
tyiu committed Nov 25, 2024
1 parent 8f24a58 commit dc34ad3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/unit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: macos-13
strategy:
matrix:
swift: ['5.8', '5.9']
swift: ['5.7', '5.8', '5.9']

steps:
- name: Checkout
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.1
// swift-tools-version: 5.7
// The swift-tools-version declares the minimum version of Swift required to build this package.

import PackageDescription
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ Nostr SDK for Apple Platforms is a native Swift library that enables developers

## Minimum Requirements

- Swift 5.8
- Swift 5.7
- iOS 15
- macOS 13
- macOS 12

## Spec Compliance

Expand Down

0 comments on commit dc34ad3

Please sign in to comment.