This seems more correct

This commit is contained in:
Max Howell
2021-06-17 11:23:53 -04:00
parent 287afe3783
commit f49e5c82c7
2 changed files with 42 additions and 19 deletions

View File

@@ -54,12 +54,13 @@ jobs:
strategy:
matrix:
swift:
- '5.1'
- '5.2'
- '5.3'
- '5.4'
- swift:5.1
- swift:5.2
- swift:5.3
- swift:5.4
- swiftlang/swift:nightly-5.5
container:
image: swift:${{ matrix.swift }}
image: ${{ matrix.swift }}
steps:
- uses: actions/checkout@v2
- run: useradd -ms /bin/bash mxcl