Skip to content

Commit

Permalink
Support wabt 1.0.35
Browse files Browse the repository at this point in the history
  • Loading branch information
mwilliamson committed Jun 21, 2024
1 parent 565df49 commit 53d2a2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 53d2a2a

Please sign in to comment.