We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e2ad7c commit a6ed332Copy full SHA for a6ed332
.github/workflows/ci.yml
@@ -38,9 +38,9 @@ jobs:
38
strategy:
39
matrix:
40
image:
41
- - 'swift:5.9'
42
- 'swift:5.10'
43
- 'swift:6.0'
+ - 'swift:6.1'
44
postgres-image:
45
- 'postgres:17'
46
- 'postgres:16'
Package.swift
@@ -1,4 +1,4 @@
1
-// swift-tools-version: 5.9
+// swift-tools-version: 5.10
2
// The swift-tools-version declares the minimum version of Swift required to build this package.
3
4
import PackageDescription
0 commit comments