Skip to content

Commit

Permalink
Update to elixir 1.17.3 and erlang 27.1
Browse files Browse the repository at this point in the history
  • Loading branch information
PragTob committed Oct 2, 2024
1 parent 49ee1fb commit 2c4d2da
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ jobs:
fail-fast: false
matrix:
include:
- elixir: 1.17.2
otp: 27.0.1
- elixir: 1.17.3
otp: 27.1
lint: lint
- elixir: 1.17.2
- elixir: 1.17.3
otp: 25.0.4
- elixir: 1.11.4
otp: 21.3.8.24
Expand Down Expand Up @@ -66,8 +66,8 @@ jobs:
fail-fast: false
matrix:
elixirbase:
- "1.17.2-erlang-27.0.1-alpine-3.17.8"
- "1.17.2-erlang-25.0.4-alpine-3.17.8"
- "1.17.3-erlang-27.1-alpine-3.17.8"
- "1.17.3-erlang-25.0.4-alpine-3.17.8"
- "1.11.4-erlang-21.3.8.24-alpine-3.13.3"
steps:
- uses: earthly/actions-setup@v1
Expand Down

0 comments on commit 2c4d2da

Please sign in to comment.