File tree 2 files changed +7
-11
lines changed
2 files changed +7
-11
lines changed Original file line number Diff line number Diff line change 18
18
fail-fast : false
19
19
matrix :
20
20
swift-image :
21
- - swift:5.8-jammy
22
21
- swift:5.9-jammy
23
22
- swift:5.10-noble
24
- - swiftlang/ swift:nightly- 6.0-jammy
23
+ - swift:6.0-noble
25
24
- swiftlang/swift:nightly-main-jammy
26
25
container : ${{ matrix.swift-image }}
27
26
runs-on : ubuntu-latest
@@ -48,13 +47,13 @@ jobs:
48
47
fail-fast : false
49
48
matrix :
50
49
postgres-image :
51
- - postgres:16
52
- - postgres:14
50
+ - postgres:17
51
+ - postgres:15
53
52
- postgres:12
54
53
include :
55
- - postgres-image : postgres:16
54
+ - postgres-image : postgres:17
56
55
postgres-auth : scram-sha-256
57
- - postgres-image : postgres:14
56
+ - postgres-image : postgres:15
58
57
postgres-auth : md5
59
58
- postgres-image : postgres:12
60
59
postgres-auth : trust
@@ -134,11 +133,8 @@ jobs:
134
133
# Only test one auth method on macOS, Linux tests will cover the others
135
134
- scram-sha-256
136
135
xcode-version :
137
- - ' ~14.3'
138
136
- ' ~15'
139
137
include :
140
- - xcode-version : ' ~14.3'
141
- macos-version : ' macos-13'
142
138
- xcode-version : ' ~15'
143
139
macos-version : ' macos-14'
144
140
runs-on : ${{ matrix.macos-version }}
@@ -172,7 +168,7 @@ jobs:
172
168
uses : actions/checkout@v4
173
169
- name : Run all tests
174
170
run : swift test
175
-
171
+
176
172
api-breakage :
177
173
if : github.event_name == 'pull_request'
178
174
runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 1
- // swift-tools-version:5.8
1
+ // swift-tools-version:5.9
2
2
import PackageDescription
3
3
4
4
let swiftSettings : [ SwiftSetting ] = [
You can’t perform that action at this time.
0 commit comments