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 ddc3aee commit 2d3733fCopy full SHA for 2d3733f
.github/workflows/test.yml
@@ -13,8 +13,13 @@ jobs:
13
runs-on: ${{ matrix.operating-system }}
14
strategy:
15
matrix:
16
- operating-system: ["ubuntu-18.04", "ubuntu-20.04", "macos-10.15"]
17
- swift-version: ["5.3"]
+ operating-system: ["ubuntu-16.04", "ubuntu-18.04", "ubuntu-20.04", "macos-10.15"]
+ swift-version: ["5.0.3", "5.1.5", "5.2.5", "5.3.3"]
18
+ exclude:
19
+ - operating-system: "ubuntu-20.04"
20
+ swift-version: "5.0.3"
21
22
+ swift-version: "5.1.5"
23
steps:
24
- name: Checkout
25
uses: actions/checkout@v2
0 commit comments