Skip to content

Commit 6d28b12

Browse files
authored
Update CI for 5.5 (#1313)
Motivation: 5.5 was release a little while ago, we should test against it. Modifications: Add 5.5 to CI. Result: We test against 5.5
1 parent 83267df commit 6d28b12

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ jobs:
2424
fail-fast: false
2525
matrix:
2626
include:
27+
- image: swift:5.5-focal
28+
swift-test-flags: "--enable-test-discovery --sanitize=thread"
2729
- image: swift:5.4-focal
2830
swift-test-flags: "--enable-test-discovery --sanitize=thread"
2931
- image: swift:5.3-focal
@@ -49,6 +51,16 @@ jobs:
4951
fail-fast: false
5052
matrix:
5153
include:
54+
- image: swift:5.5-focal
55+
env:
56+
MAX_ALLOCS_ALLOWED_bidi_1k_rpcs_10_requests: 504000
57+
MAX_ALLOCS_ALLOWED_bidi_1k_rpcs_1_request: 216000
58+
MAX_ALLOCS_ALLOWED_embedded_server_bidi_1k_rpcs_10_small_requests: 112000
59+
MAX_ALLOCS_ALLOWED_embedded_server_bidi_1k_rpcs_1_small_request: 67000
60+
MAX_ALLOCS_ALLOWED_embedded_server_unary_1k_rpcs_1_small_request: 63000
61+
MAX_ALLOCS_ALLOWED_unary_1k_ping_pong: 205000
62+
MAX_ALLOCS_ALLOWED_unary_1k_ping_pong_interceptors_client: 212000
63+
MAX_ALLOCS_ALLOWED_unary_1k_ping_pong_interceptors_server: 212000
5264
- image: swift:5.4-focal
5365
env:
5466
MAX_ALLOCS_ALLOWED_bidi_1k_rpcs_10_requests: 504000
@@ -94,6 +106,7 @@ jobs:
94106
fail-fast: false
95107
matrix:
96108
include:
109+
- image: swift:5.5-focal
97110
- image: swift:5.4-focal
98111
- image: swift:5.3-focal
99112
- image: swift:5.2-bionic

0 commit comments

Comments
 (0)