Skip to content

Commit

Permalink
Bump elixir/otp versions
Browse files Browse the repository at this point in the history
  • Loading branch information
jamilbk committed Oct 24, 2023
1 parent 6023389 commit 43a9ffd
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 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.14
otp-version: 26
elixir-version: 1.15
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
Expand Down Expand Up @@ -68,15 +68,17 @@ jobs:
strategy:
fail-fast: false
matrix:
otp: [22, 23, 24, 25]
elixir: [1.11, 1.12, 1.13, 1.14]
otp: [22, 23, 24, 25, 26]
elixir: [1.13, 1.14, 1.15]
exclude:
- otp: 26
elixir: 1.13
- otp: 22
elixir: 1.14
- otp: 25
elixir: 1.11
- otp: 25
elixir: 1.12
- otp: 22
elixir: 1.15
- otp: 23
elixir: 1.15
steps:
- uses: actions/checkout@v2
with:
Expand Down

0 comments on commit 43a9ffd

Please sign in to comment.