|
@@ -19,7 +19,7 @@ jobs:
|
|
Xcode:
|
|
Xcode:
|
|
strategy:
|
|
strategy:
|
|
matrix:
|
|
matrix:
|
|
- xcode_version: ['11.4.1']
|
|
|
|
|
|
+ xcode_version: ['11.3.1', '11.7', '12']
|
|
runs-on: macOS-10.15
|
|
runs-on: macOS-10.15
|
|
env:
|
|
env:
|
|
DEVELOPER_DIR: /Applications/Xcode_${{ matrix.xcode_version }}.app
|
|
DEVELOPER_DIR: /Applications/Xcode_${{ matrix.xcode_version }}.app
|
|
@@ -31,10 +31,9 @@ jobs:
|
|
Linux:
|
|
Linux:
|
|
strategy:
|
|
strategy:
|
|
matrix:
|
|
matrix:
|
|
- tag: ['4.2', '5.0', '5.1']
|
|
|
|
|
|
+ tag: ['5.1', '5.2', '5.3']
|
|
runs-on: ubuntu-latest
|
|
runs-on: ubuntu-latest
|
|
- container:
|
|
|
|
- image: norionomura/swift:${{ matrix.tag }}
|
|
|
|
|
|
+ container: norionomura/swift:${{ matrix.tag }}
|
|
steps:
|
|
steps:
|
|
- uses: actions/checkout@v1
|
|
- uses: actions/checkout@v1
|
|
- run: swift test
|
|
- run: swift test
|