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 80816ce
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 5 deletions.
21 changes: 18 additions & 3 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 @@ -13,11 +14,25 @@ env:

jobs:
test:
runs-on: ubuntu-latest
runs-on: ubuntu-18.04
strategy:
matrix:
otp: ['26.2.4']
elixir: ['1.16.3']
include:
- elixir: '1.4.5'
otp: '19.2'
- elixir: '1.5.0'
otp: '20.0'
# - 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 80816ce

Please sign in to comment.