diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index a1a3007..aad0eaf 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -8,7 +8,7 @@ jobs: matrix: # 1.0.30 changed the format for downloads for macos, so we test # around that version specifically - wabt-version: ["1.0.20", "1.0.29", "1.0.30", "1.0.31"] + wabt-version: ["1.0.20", "1.0.29", "1.0.30", "1.0.31", "1.0.34", "1.0.35"] os: [ubuntu-latest, macos-latest, windows-latest] steps: