Skip to content

Commit

Permalink
Try to fix CI tests
Browse files Browse the repository at this point in the history
  • Loading branch information
preciz committed Dec 15, 2023
1 parent 85188d6 commit ec3330b
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,19 +13,22 @@ jobs:
strategy:
matrix:
include:
- elixir: 1.7.4
otp: 21.3.8.16

- elixir: 1.12.0
otp: 24.0
otp: 22.3

- elixir: 1.14.3
otp: 25.1
lint: true
installer: true


runs-on: ubuntu-latest

steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Set up Elixir
uses: erlef/setup-elixir@v1
uses: erlef/setup-beam@v1
with:
elixir-version: ${{matrix.elixir}}
otp-version: ${{matrix.otp}}
Expand Down

0 comments on commit ec3330b

Please sign in to comment.