diff options
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/deploy.yml | 2 | ||||
-rw-r--r-- | .github/workflows/test.yml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index caa0f11..8099ed5 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -27,7 +27,7 @@ jobs: - uses: erlef/setup-beam@v1 with: otp-version: "26.0.2" - gleam-version: "1.1.0" + gleam-version: "1.2.0" rebar3-version: "3" - name: Download WASM version of Gleam compiler diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index f754191..f9d2adc 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -16,7 +16,7 @@ jobs: with: otp-version: "26.0.2" # Ensure you update the bin/download-compiler Gleam version to match this - gleam-version: "1.1.0" + gleam-version: "1.2.0" rebar3-version: "3" - run: ./bin/download-compiler - run: gleam deps download |