Skip to content

Commit

Permalink
Fix CI for newer Elixir versions
Browse files Browse the repository at this point in the history
  • Loading branch information
jamilbk committed Dec 16, 2022
1 parent 7453db2 commit cbc961a
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 @@ -24,8 +24,8 @@ jobs:
python-version: '3.9'
- uses: erlef/setup-beam@v1
with:
otp-version: '25'
elixir-version: '1.13.4'
otp-version: 25
elixir-version: 1.14
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
Expand Down Expand Up @@ -68,11 +68,13 @@ jobs:
strategy:
fail-fast: false
matrix:
otp: [22.3, 23.3, 24.3, 25.0]
elixir: [1.11.4, 1.12.3, 1.13.4]
otp: [22, 23, 24, 25]
elixir: [1.11, 1.12, 1.13, 1.14]
exclude:
- otp: 25
elixir: 1.11.4
elixir: 1.11
- otp: 25
elixir: 1.12
steps:
- uses: actions/checkout@v2
with:
Expand Down

0 comments on commit cbc961a

Please sign in to comment.