Skip to content

Commit

Permalink
.github/workflows: test with wasmtime 26.0.0 and wasm-tools 1.219.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ydnar committed Oct 30, 2024
1 parent 2f03312 commit 3a7047b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ on:
pull_request:

env:
wasm-tools-version: "1.218.0"
wasmtime-version: "25.0.1"
wasm-tools-version: "1.219.1"
wasmtime-version: "26.0.0"

jobs:
# Vet Go code
Expand Down

0 comments on commit 3a7047b

Please sign in to comment.