Skip to content

Commit

Permalink
chore(ci): Test matrix of elixir/erlang versions
Browse files Browse the repository at this point in the history
  • Loading branch information
abshierjoel committed Aug 14, 2024
1 parent bb78f1a commit 039c737
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 4 deletions.
15 changes: 13 additions & 2 deletions .github/workflows/mix-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- master
- '**'
pull_request:
branches:
- '**'
Expand All @@ -16,8 +17,18 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
otp: ['26.2.4']
elixir: ['1.16.3']
include:
- elixir: '1.13.4'
otp: '25.3'
- elixir: '1.14.5'
otp: '26.2'
- elixir: '1.15.8'
otp: '26.2'
- elixir: '1.16.3'
otp: '26.2'
- elixir: '1.17.2'
otp: '27.0'

steps:
- name: Checkout code
uses: actions/checkout@v4
Expand Down
4 changes: 2 additions & 2 deletions .tool-versions
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
erlang 26.2.1
elixir 1.16.3-otp-26
erlang 27.0.1
elixir 1.17.2-otp-26

0 comments on commit 039c737

Please sign in to comment.