Skip to content

Commit

Permalink
chore(cicd): modernize supported elixir 1.15, 1.16, 1.17 | erlang 25,…
Browse files Browse the repository at this point in the history
… 26, 27
  • Loading branch information
seantanly committed Sep 28, 2024
1 parent ce1c432 commit 10d9189
Showing 1 changed file with 14 additions and 12 deletions.
26 changes: 14 additions & 12 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ jobs:
- name: Install OTP and Elixir
uses: erlef/setup-beam@v1
with:
otp-version: 26.0
elixir-version: 1.14.5
otp-version: 27.1
elixir-version: 1.17.3

- name: Install dependencies
run: mix deps.get
Expand All @@ -28,19 +28,21 @@ jobs:
fail-fast: false
matrix:
include:
- elixir: 1.14.x
- elixir: 1.17.x
otp: 27
- elixir: 1.17.x
otp: 26
- elixir: 1.14.x
- elixir: 1.17.x
otp: 25
- elixir: 1.13.x
- elixir: 1.16.x
otp: 26
- elixir: 1.16.x
otp: 25
- elixir: 1.15.x
otp: 26
- elixir: 1.15.x
otp: 25
- elixir: 1.13.x
otp: 24
- elixir: 1.12.x
otp: 24
- elixir: 1.11.x
otp: 24


env:
MIX_ENV: test

Expand Down

0 comments on commit 10d9189

Please sign in to comment.