Skip to content

Commit

Permalink
Add Elixir and Erlang versions
Browse files Browse the repository at this point in the history
  • Loading branch information
reachfh committed Jul 13, 2024
1 parent 9ec919e commit a15a665
Showing 1 changed file with 16 additions and 5 deletions.
21 changes: 16 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,24 @@ jobs:
strategy:
fail-fast: false
matrix:
otp: ['25.3', '26.2.4']
elixir: ['1.14.5', '1.15.7', '1.16.2']
otp: ['24', '25', '26', '27']
elixir: ['1.13.4', '1.14.5', '1.15.7', '1.16.3', '1.17.2']
# https://hexdocs.pm/elixir/compatibility-and-deprecations.html
exclude:
- otp: '26.2.4'
- otp: '24'
elixir: '1.17.2'
- otp: '27'
elixir: '1.16.3'
- otp: '27'
elixir: '1.15.7'
- otp: '27'
elixir: '1.14.5'
- otp: '26'
elixir: '1.14.5'
- otp: '27'
elixir: '1.13.4'
- otp: '26'
elixir: '1.13.4'
env:
MIX_ENV: test
steps:
Expand All @@ -41,8 +53,7 @@ jobs:
with:
path: deps
key: ${{ runner.os }}-${{matrix.otp}}-${{matrix.elixir}}-mix-${{ env.cache-name }}-${{ hashFiles('**/mix.lock') }}
restore-keys: |
${{ runner.os }}-${{matrix.otp}}-${{matrix.elixir}}-mix-${{ env.cache-name }}-
restore-keys: ${{ runner.os }}-${{matrix.otp}}-${{matrix.elixir}}-mix-${{ env.cache-name }}-

- name: Cache compiled build
id: cache-build
Expand Down

0 comments on commit a15a665

Please sign in to comment.