Skip to content

Commit 2d3733f

Browse files
committed
Update test.yml
1 parent ddc3aee commit 2d3733f

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

.github/workflows/test.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,13 @@ jobs:
1313
runs-on: ${{ matrix.operating-system }}
1414
strategy:
1515
matrix:
16-
operating-system: ["ubuntu-18.04", "ubuntu-20.04", "macos-10.15"]
17-
swift-version: ["5.3"]
16+
operating-system: ["ubuntu-16.04", "ubuntu-18.04", "ubuntu-20.04", "macos-10.15"]
17+
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+
- operating-system: "ubuntu-20.04"
22+
swift-version: "5.1.5"
1823
steps:
1924
- name: Checkout
2025
uses: actions/checkout@v2

0 commit comments

Comments
 (0)