Skip to content

Commit

Permalink
Update CI gleam version to 1.0.0 and set min cowboy version to 2.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
BradLewis authored and lpil committed Mar 20, 2024
1 parent 9272953 commit d61776f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: erlef/setup-beam@v1
with:
otp-version: "26.1"
gleam-version: "0.32.0"
gleam-version: "1.0.0"
rebar3-version: "3"
- run: gleam format --check src test
- run: gleam test
2 changes: 1 addition & 1 deletion gleam.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ links = [
gleam_stdlib = "~> 0.31"
gleam_http = "~> 3.0"
gleam_otp = "~> 0.7"
cowboy = "~> 2.0"
cowboy = "~> 2.5"
gleam_erlang = "~> 0.22"

[dev-dependencies]
Expand Down

0 comments on commit d61776f

Please sign in to comment.