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 ec4055a commit eabda0fCopy full SHA for eabda0f
.github/workflows/ci.yml
@@ -28,8 +28,14 @@ jobs:
28
Linux:
29
# https://github.com/actions/runner-images
30
runs-on: ubuntu-latest
31
+ strategy:
32
+ matrix:
33
+ image: [
34
+ 'swift:5.8',
35
+ 'swiftlang/swift@sha256:f212429011a4c3592ffaa660fd78b5bc149e9df7920da02dfc0e7a761582fa10' # swiftlang/swift:nightly-5.9-focal 2023-08-16
36
+ ]
37
container:
- image: swiftlang/swift@sha256:f212429011a4c3592ffaa660fd78b5bc149e9df7920da02dfc0e7a761582fa10 # swiftlang/swift:nightly-5.9-focal 2023-08-16
38
+ image: ${{ matrix.image }}
39
steps:
40
- uses: actions/checkout@v3
41
- run: git config --global user.email "[email protected]"
0 commit comments