File tree Expand file tree Collapse file tree 1 file changed +9
-11
lines changed
Expand file tree Collapse file tree 1 file changed +9
-11
lines changed Original file line number Diff line number Diff line change @@ -12,14 +12,12 @@ jobs:
1212 strategy :
1313 fail-fast : false
1414 matrix :
15- swift :
16- - swift:5.4
17- - swift:5.5
18- - swift:5.6
19- - swiftlang/swift:nightly-main
20- os :
21- - focal
22- container : ${{ format('{0}-{1}', matrix.swift, matrix.os) }}
15+ container :
16+ - swift:5.5-bionic
17+ - swift:5.6-focal
18+ - swift:5.7-jammy
19+ - swiftlang/swift:nightly-main-jammy
20+ container : ${{ matrix.container }}
2321 runs-on : ubuntu-latest
2422 env :
2523 LOG_LEVEL : debug
2927 - name : Run unit tests with code coverage and Thread Sanitizer
3028 run : swift test --enable-test-discovery --filter=^PostgresNIOTests --sanitize=thread --enable-code-coverage
3129 - name : Submit coverage report to Codecov.io
30+ if : " !contains(matrix.container, 'nightly')"
32313332 with :
3433 cc_flags : ' unittests'
5352 dbauth : md5
5453 - dbimage : postgres:11
5554 dbauth : trust
56- container : swift:5.6-focal
55+ container : swift:5.7-jammy
5756 runs-on : ubuntu-latest
5857 env :
5958 LOG_LEVEL : debug
@@ -153,8 +152,7 @@ jobs:
153152 api-breakage :
154153 if : github.event_name == 'pull_request'
155154 runs-on : ubuntu-latest
156- container :
157- image : swift:5.6-focal
155+ container : swift:5.7-jammy
158156 steps :
159157 - name : Checkout
160158 uses : actions/checkout@v3
You can’t perform that action at this time.
0 commit comments