File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff 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 :
You can’t perform that action at this time.
0 commit comments