Skip to content

Commit cff74ab

Browse files
authored
Merge pull request #1 from maxh213/copilot/fix-e312899e-eac4-44c7-b08b-4b2841f44cb0
Fix CI workflow failures by updating Gleam version to 1.11.0
2 parents 4357ebb + 55bcbbc commit cff74ab

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ jobs:
2525
- name: Setup Gleam
2626
uses: erlef/setup-beam@v1
2727
with:
28-
otp-version: "26.0"
29-
gleam-version: "1.4.1"
28+
otp-version: "27.1.2"
29+
gleam-version: "1.11.0"
3030

3131
- name: Download dependencies
3232
run: gleam deps download

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- uses: erlef/setup-beam@v1
1515
with:
1616
otp-version: "27.1.2"
17-
gleam-version: "1.9.1"
17+
gleam-version: "1.11.0"
1818
rebar3-version: "3"
1919
- run: gleam deps download
2020
- run: gleam test

0 commit comments

Comments
 (0)