mirror of
https://github.com/sigmasternchen/gleam-community-maths
synced 2025-03-15 07:59:01 +00:00
Update workflows
This commit is contained in:
parent
20a40600df
commit
262500bc0c
2 changed files with 4 additions and 4 deletions
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
|
@ -13,8 +13,8 @@ jobs:
|
|||
|
||||
- uses: erlef/setup-beam@v1
|
||||
with:
|
||||
otp-version: "26.1"
|
||||
gleam-version: "0.33.0"
|
||||
otp-version: "26.2"
|
||||
gleam-version: "1.0.0"
|
||||
|
||||
- uses: actions/setup-node@v3
|
||||
with:
|
||||
|
|
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
|
@ -19,8 +19,8 @@ jobs:
|
|||
|
||||
- uses: erlef/setup-beam@v1
|
||||
with:
|
||||
otp-version: "26.1"
|
||||
gleam-version: "0.33.0"
|
||||
otp-version: "26.2"
|
||||
gleam-version: "1.0.0"
|
||||
|
||||
- uses: actions/setup-node@v3
|
||||
with:
|
||||
|
|
Loading…
Reference in a new issue