mirror of
https://github.com/sigmasternchen/gleam-community-maths
synced 2025-03-15 07:59:01 +00:00
🔧 Update CI to Gleam v0.33.0
This commit is contained in:
parent
90cb01c95c
commit
b1a2def8ce
2 changed files with 2 additions and 2 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
@ -14,7 +14,7 @@ jobs:
|
|||
- uses: erlef/setup-beam@v1
|
||||
with:
|
||||
otp-version: "26.1"
|
||||
gleam-version: "0.32.4"
|
||||
gleam-version: "0.33.0"
|
||||
|
||||
- uses: actions/setup-node@v3
|
||||
with:
|
||||
|
|
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
@ -20,7 +20,7 @@ jobs:
|
|||
- uses: erlef/setup-beam@v1
|
||||
with:
|
||||
otp-version: "26.1"
|
||||
gleam-version: "0.32.4"
|
||||
gleam-version: "0.33.0"
|
||||
|
||||
- uses: actions/setup-node@v3
|
||||
with:
|
||||
|
|
Loading…
Reference in a new issue