Skip to content

Commit 55c1e3e

Browse files
authored
Use swift 5.2 image for ci (#12)
1 parent 54a0a49 commit 55c1e3e

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

.github/workflows/ci.yaml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,11 @@ jobs:
1313
runs-on: ubuntu-latest
1414
strategy:
1515
matrix:
16-
tag: ['5.1']
16+
images:
17+
- swift:5.1
18+
- swift:5.2
1719
container:
18-
image: swift:${{ matrix.tag }}
20+
image: ${{ matrix.images }}
1921
volumes:
2022
- $GITHUB_WORKSPACE:/src
2123
options: --workdir /src
@@ -39,9 +41,11 @@ jobs:
3941
runs-on: ubuntu-latest
4042
strategy:
4143
matrix:
42-
tag: ['5.1']
44+
images:
45+
- swift:5.1
46+
- swift:5.2
4347
container:
44-
image: swift:${{ matrix.tag }}
48+
image: ${{ matrix.images }}
4549
volumes:
4650
- $GITHUB_WORKSPACE:/src
4751
options: --workdir /src

0 commit comments

Comments
 (0)