Skip to content

Commit

Permalink
gleam 1.4.1 in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
TanklesXL committed Aug 8, 2024
1 parent 9ca8e23 commit cd8c1c8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
uses: TanklesXL/gleam_actions/.github/workflows/release.yaml@main
secrets: inherit
with:
gleam_version: 1.4.0
gleam_version: 1.4.1
erlang_version: 26
test_erlang: true
test_node: false
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ jobs:
test:
uses: TanklesXL/gleam_actions/.github/workflows/test.yaml@main
with:
gleam_version: 1.4.0
gleam_version: 1.4.1
test_node: false
test_erlang: true
2 changes: 1 addition & 1 deletion .mise.toml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
[tools]
gleam = "1.4.0"
gleam = "latest"

0 comments on commit cd8c1c8

Please sign in to comment.