Skip to content

Commit

Permalink
Set supported Elixir and Erlang versions
Browse files Browse the repository at this point in the history
  • Loading branch information
reachfh committed Nov 1, 2023
1 parent ec14741 commit 3a8594d
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,15 @@ jobs:
strategy:
fail-fast: false
matrix:
otp: ['24.3', '25.2', '26.1.2']
otp: ['24.3', '25.3', '26.1.2']
elixir: ['1.13.4', '1.14.5', '1.15.7']
# https://hexdocs.pm/elixir/compatibility-and-deprecations.html
exclude:
- elixir: 1.13.4
otp: 26.1.1
- otp: '26.1.2'
elixir: '1.13.4'
- otp: '26.1.2'
elixir: '1.14.5'

env:
MIX_ENV: test

Expand All @@ -30,7 +33,7 @@ jobs:
- name: Check out source
uses: actions/checkout@v3

- name: Install Elixir
- name: Install Erlang and Elixir
uses: erlef/setup-beam@v1
with:
otp-version: ${{matrix.otp}}
Expand Down

0 comments on commit 3a8594d

Please sign in to comment.