Skip to content

Commit

Permalink
Spicy up CI builds, larger OTP/Elixir matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
frerich committed Sep 9, 2022
1 parent fe828c5 commit 69dc73d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@ jobs:

strategy:
matrix:
elixir: [1.12.3, 1.13.4]
otp: [24.1]
elixir: ["1.12.3", "1.13.4", "1.14.0"]
otp: ["23.3.4", "24.3.4"]

steps:
- uses: actions/checkout@v2

- name: Set up Elixir
uses: erlef/setup-beam@988e02bfe678367a02564f65ca2e37726dc0268f
uses: erlef/setup-beam@v1
with:
elixir-version: ${{ matrix.elixir }}
otp-version: ${{ matrix.otp }}
Expand Down

0 comments on commit 69dc73d

Please sign in to comment.