Skip to content

Commit

Permalink
Attempt to Fix CI and Update Gleam
Browse files Browse the repository at this point in the history
  • Loading branch information
Willyboar committed Sep 19, 2023
1 parent 2504a0f commit 7fea9f6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected].1
- uses: actions/[email protected].3
- uses: erlef/[email protected]
with:
otp-version: "25.2"
gleam-version: "0.28.3"
gleam-version: "0.30.5"
rebar3-version: "3"
# elixir-version: "1.14.2"
- run: gleam format --check src test
Expand Down
2 changes: 1 addition & 1 deletion gleam.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ licences = ["MIT"]
repository = { type = "github", user = "Willyboar", repo = "glove" }

[dependencies]
gleam_stdlib = "~> 0.29"
gleam_stdlib = "~> 0.30"

[dev-dependencies]
gleeunit = "~> 0.10"

0 comments on commit 7fea9f6

Please sign in to comment.