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 54a0a49 commit 55c1e3eCopy full SHA for 55c1e3e
.github/workflows/ci.yaml
@@ -13,9 +13,11 @@ jobs:
13
runs-on: ubuntu-latest
14
strategy:
15
matrix:
16
- tag: ['5.1']
+ images:
17
+ - swift:5.1
18
+ - swift:5.2
19
container:
- image: swift:${{ matrix.tag }}
20
+ image: ${{ matrix.images }}
21
volumes:
22
- $GITHUB_WORKSPACE:/src
23
options: --workdir /src
@@ -39,9 +41,11 @@ jobs:
39
41
40
42
43
44
45
46
47
48
49
50
51
0 commit comments