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 3063535 commit 41e7946Copy full SHA for 41e7946
.github/workflows/ci.yaml
@@ -26,7 +26,8 @@ jobs:
26
images:
27
- swift:5.1
28
- swift:5.2
29
- - swiftlang/swift:nightly-5.3-bionic
+ - swift:5.3
30
+ - swiftlang/swift:nightly-master-focal
31
container:
32
image: ${{ matrix.images }}
33
steps:
@@ -50,7 +51,8 @@ jobs:
50
51
52
53
54
55
56
57
58
@@ -70,7 +72,8 @@ jobs:
70
72
71
73
74
75
76
77
78
79
env:
0 commit comments