Skip to content

Commit a6ed332

Browse files
authored
swift 6.1 (#50)
1 parent 5e2ad7c commit a6ed332

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@ jobs:
3838
strategy:
3939
matrix:
4040
image:
41-
- 'swift:5.9'
4241
- 'swift:5.10'
4342
- 'swift:6.0'
43+
- 'swift:6.1'
4444
postgres-image:
4545
- 'postgres:17'
4646
- 'postgres:16'

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// swift-tools-version: 5.9
1+
// swift-tools-version: 5.10
22
// The swift-tools-version declares the minimum version of Swift required to build this package.
33

44
import PackageDescription

0 commit comments

Comments
 (0)