Skip to content

Commit

Permalink
GHA: hold back wasmtime version with older tinygo
Browse files Browse the repository at this point in the history
  • Loading branch information
cee-dub committed Jun 20, 2024
1 parent dda621f commit 30ccd01
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,11 @@ jobs:
# Newest supported configuration
- go-version: '1.22' # pairs with TinyGo 0.31.2
tinygo-version: '0.31.2'
wasmtime-version: 'latest'
# Oldest supported configuration
- go-version: '1.21' # pairs with TinyGo 0.29.0
tinygo-version: '0.29.0'
wasmtime-version: '21.0.1' # pairs with TinyGo 0.29.0

steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -44,6 +46,8 @@ jobs:
- name: Set up Wasmtime
uses: bytecodealliance/actions/wasmtime/setup@v1
with:
version: ${{ matrix.wasmtime-version }}

- name: Check our dependencies
run: |
Expand Down

0 comments on commit 30ccd01

Please sign in to comment.