Skip to content

Commit

Permalink
Test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
vereis committed Oct 24, 2023
1 parent 7e13da7 commit 403ca96
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,18 +15,20 @@ concurrency:

jobs:
lint-and-test:
env:
ELIXIR_VERSION: 1.12.3
OTP_VERSION: 24.2
runs-on: ubuntu-latest
name: OTP ${{matrix.otp}} / Elixir ${{matrix.elixir}}
strategy:
matrix:
otp: ["24.2", "26.1"]
elixir: ["1.12.3", "1.15.7"]
steps:
- name: Checkout Github repo
uses: actions/[email protected]
- name: Setup BEAM Env
uses: erlef/[email protected]
with:
otp-version: ${{ env.OTP_VERSION }}
elixir-version: ${{ env.ELIXIR_VERSION }}
otp-version: ${{matrix.otp}}
elixir-version: ${{matrix.elixir}}
- name: Setup Cache
uses: actions/[email protected]
id: mix-cache
Expand Down

0 comments on commit 403ca96

Please sign in to comment.