Skip to content

Commit ddaf718

Browse files
committed
Don't attempt testing with old SwiftWasm versions
1 parent 09f2343 commit ddaf718

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,7 @@ jobs:
1010
matrix:
1111
os: [macos-10.15, macos-11, ubuntu-18.04, ubuntu-20.04]
1212
toolchain:
13-
- wasm-5.3.1-RELEASE
14-
- wasm-5.4.0-RELEASE
15-
- wasm-5.5-SNAPSHOT-2021-09-01-a
13+
- wasm-5.5-SNAPSHOT-2021-09-26-a
1614
runs-on: ${{ matrix.os }}
1715
steps:
1816
- name: Checkout

0 commit comments

Comments
 (0)