Skip to content

Commit

Permalink
Fix swift versions
Browse files Browse the repository at this point in the history
  • Loading branch information
brianmichel committed Jan 18, 2024
1 parent 2fec63a commit 9c0314f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,10 @@ jobs:
strategy:
matrix:
swift-version:
- 5.1
- 5.2
- 5.3
- 5.4
# - 5.1
# - 5.2
# - 5.3
# - 5.4
- 5.5
- 5.6
- 5.7
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.6
// swift-tools-version:5.5

import PackageDescription

Expand Down

0 comments on commit 9c0314f

Please sign in to comment.