From 30ccd01722d9de583cd83cd08f295c10ef1dc536 Mon Sep 17 00:00:00 2001 From: Cameron Walters Date: Thu, 20 Jun 2024 13:37:39 -0700 Subject: [PATCH] GHA: hold back wasmtime version with older tinygo --- .github/workflows/integration-tests.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index 511f505..19ff9a7 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -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 @@ -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: |