Skip to content

Commit

Permalink
Update Gleam versions in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
richard-viney authored Nov 6, 2024
1 parent 5304e04 commit 878b0ee
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ The action provides the following outputs:
|- |-
| `otp-version` | The Erlang version, e.g. `OTP-26.0`
| `elixir-version` | The Elixir version, e.g. `v1.14-otp-26`
| `gleam-version` | The Gleam version, e.g. `v0.23.0`
| `gleam-version` | The Gleam version, e.g. `v1.5.1`
| `rebar3-version` | The `rebar3` version, e.g. `3.18.0`
| `setup-beam-version` | The commit unique id of the executed action version, e.g. `a34c98f`

Expand Down Expand Up @@ -170,7 +170,7 @@ jobs:
- uses: actions/checkout@v4
- uses: erlef/setup-beam@v1
with:
otp-version: '26'
otp-version: '27'
# Use `cdn.jsdelivr.net/hex` as an alternative to `builds.hex.pm`
hexpm-mirrors: https://cdn.jsdelivr.net/hex
```
Expand Down Expand Up @@ -275,7 +275,7 @@ jobs:
- uses: actions/checkout@v4
- uses: erlef/setup-beam@v1
with:
otp-version: '24'
otp-version: '27'
rebar3-version: '3.16.1'
- run: rebar3 ct
```
Expand All @@ -293,8 +293,8 @@ jobs:
- uses: actions/checkout@v4
- uses: erlef/setup-beam@v1
with:
otp-version: '24'
gleam-version: '0.23.0-rc1'
otp-version: '27'
gleam-version: '1.5.1'
- run: gleam test
```

Expand All @@ -312,7 +312,7 @@ jobs:
- uses: erlef/setup-beam@v1
with:
otp-version: false
gleam-version: '0.23.0-rc1'
gleam-version: '1.5.1'
- run: gleam check
```

Expand Down

0 comments on commit 878b0ee

Please sign in to comment.