Skip to content

Commit

Permalink
Add Elixir and Erlang versions to CI matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewtimberlake committed Oct 2, 2024
1 parent 5492610 commit 99e3b5e
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,17 @@ jobs:

strategy:
matrix:
elixir: ['1.14.5', '1.15.4']
erlang: ['24.3', '25.3', '26.0']

elixir: ['1.14.5', '1.15.4', '1.16.3', '1.17.3']
erlang: ['24.3', '25.3', '26.0', '27.1']
exclude:
- elixir: '1.14.5'
erlang: '27.1'
- elixir: '1.15.4'
erlang: '27.1'
- elixir: '1.16.3'
erlang: '27.1'
- elixir: '1.17.3'
erlang: '24.3'
steps:
- uses: actions/checkout@v3
- name: Set up Elixir
Expand Down

0 comments on commit 99e3b5e

Please sign in to comment.