Skip to content

Commit

Permalink
Test legacy elixir & OTP
Browse files Browse the repository at this point in the history
  • Loading branch information
yurikoval committed Jul 4, 2023
1 parent fae7ceb commit 8b71823
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
otp: [24.x, 25.x]
elixir: [1.13.x, 1.14.x, 1.15.x]

steps:
steps: &test-elixir-steps
- uses: actions/checkout@v3

- uses: erlef/setup-beam@v1
Expand Down Expand Up @@ -74,3 +74,13 @@ jobs:
- name: Dialyzer
run: mix dialyzer
test-elixir-legacy:
runs-on: ubuntu-20.04
name: Test OTP ${{matrix.otp}} / Elixir ${{matrix.elixir}}

strategy:
fail-fast: false
matrix:
otp: [22.x, 23.x]
elixir: [1.11.x, 1.12.x]
steps: *test-elixir-steps

0 comments on commit 8b71823

Please sign in to comment.