File tree 1 file changed +3
-2
lines changed
1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -18,10 +18,11 @@ jobs:
18
18
# Ensure that test succeeds with all toolchains and wasi backend combinations
19
19
- { os: ubuntu-20.04, toolchain: wasm-5.5.0-RELEASE, wasi-backend: Node }
20
20
- { 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 }
22
22
- { 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 }
24
24
- { 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 }
25
26
26
27
runs-on : ${{ matrix.entry.os }}
27
28
steps :
You can’t perform that action at this time.
0 commit comments