Skip to content

Commit

Permalink
Upgrade CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ghivert committed Dec 1, 2024
1 parent a5b9e5d commit a8518fd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ jobs:
- name: Setup BEAM
uses: erlef/setup-beam@v1
with:
otp-version: '26.0.2'
gleam-version: '1.4.1'
otp-version: '27.0.0'
gleam-version: '1.6.2'
rebar3-version: '3'
# elixir-version: "1.15.4"
- name: Download gleam dependencies
Expand Down Expand Up @@ -50,8 +50,8 @@ jobs:
- name: Setup BEAM
uses: erlef/setup-beam@v1
with:
otp-version: '26.0.2'
gleam-version: '1.4.1'
otp-version: '27.0.0'
gleam-version: '1.6.2'
rebar3-version: '3'
- name: Download gleam dependencies
run: gleam deps download
Expand Down

0 comments on commit a8518fd

Please sign in to comment.