Skip to content

Commit c11dedc

Browse files
committed
Add back support for testing Swift 5.7
1 parent 8f24a58 commit c11dedc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/unit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: macos-13
1313
strategy:
1414
matrix:
15-
swift: ['5.8', '5.9']
15+
swift: ['5.7', '5.8', '5.9']
1616

1717
steps:
1818
- name: Checkout

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Nostr SDK for Apple Platforms is a native Swift library that enables developers
66

77
## Minimum Requirements
88

9-
- Swift 5.8
9+
- Swift 5.7
1010
- iOS 15
1111
- macOS 13
1212

0 commit comments

Comments
 (0)