Skip to content

Commit 4ee49ca

Browse files
authored
Add swift:nightly-focal to CI
1 parent 9b9a6f7 commit 4ee49ca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/swift.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ jobs:
1818
runs-on: ubuntu-latest
1919
strategy:
2020
matrix:
21-
tag: ['5.1', '5.2']
21+
image: ['swift:5.1', 'swift:5.2', 'swiftlang/swift:nightly-focal']
2222
container:
23-
image: swift:${{ matrix.tag }}
23+
image: ${{ matrix.image }}
2424
steps:
2525
- name: Checkout
2626
uses: actions/checkout@v1

0 commit comments

Comments
 (0)