Skip to content

Commit e9422fe

Browse files
Add 5.7 toolchain matrix (#210)
* Add 5.7 toolchain matrix * Reduce 5.5 toolchain matrix entries * Use stable version
1 parent 73cdff2 commit e9422fe

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,11 @@ jobs:
1818
# Ensure that test succeeds with all toolchains and wasi backend combinations
1919
- { os: ubuntu-20.04, toolchain: wasm-5.5.0-RELEASE, wasi-backend: Node }
2020
- { os: ubuntu-20.04, toolchain: wasm-5.6.0-RELEASE, wasi-backend: Node }
21-
- { os: ubuntu-20.04, toolchain: wasm-5.5.0-RELEASE, wasi-backend: Wasmer }
21+
- { os: ubuntu-20.04, toolchain: wasm-5.7.1-RELEASE, wasi-backend: Node }
2222
- { os: ubuntu-20.04, toolchain: wasm-5.6.0-RELEASE, wasi-backend: Wasmer }
23-
- { os: ubuntu-20.04, toolchain: wasm-5.5.0-RELEASE, wasi-backend: MicroWASI }
23+
- { os: ubuntu-20.04, toolchain: wasm-5.7.1-RELEASE, wasi-backend: Wasmer }
2424
- { os: ubuntu-20.04, toolchain: wasm-5.6.0-RELEASE, wasi-backend: MicroWASI }
25+
- { os: ubuntu-20.04, toolchain: wasm-5.7.1-RELEASE, wasi-backend: MicroWASI }
2526

2627
runs-on: ${{ matrix.entry.os }}
2728
steps:

0 commit comments

Comments
 (0)