Skip to content

Commit

Permalink
Test on Elixir 1.16
Browse files Browse the repository at this point in the history
  • Loading branch information
ream88 committed Dec 25, 2023
1 parent 2e44a46 commit ca9f738
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@ jobs:
MIX_ENV: test
strategy:
fail-fast: true
# https://hexdocs.pm/elixir/1.14.0/compatibility-and-deprecations.html#compatibility-between-elixir-and-erlang-otp
# https://hexdocs.pm/elixir/1.16.0/compatibility-and-deprecations.html#compatibility-between-elixir-and-erlang-otp
matrix:
include:
- elixir: 1.15
- elixir: 1.16
otp: 24.x
- elixir: 1.15
- elixir: 1.16
otp: 25.x
- elixir: 1.15
- elixir: 1.16
otp: 26.x

steps:
Expand Down
9 changes: 8 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
MIX_ENV: test
strategy:
fail-fast: true
# https://hexdocs.pm/elixir/1.14.0/compatibility-and-deprecations.html#compatibility-between-elixir-and-erlang-otp
# https://hexdocs.pm/elixir/1.16.0/compatibility-and-deprecations.html#compatibility-between-elixir-and-erlang-otp
matrix:
include:
- elixir: 1.11
Expand Down Expand Up @@ -54,6 +54,13 @@ jobs:
- elixir: 1.15
otp: 26.x

- elixir: 1.16
otp: 24.x
- elixir: 1.16
otp: 25.x
- elixir: 1.16
otp: 26.x

steps:
- uses: actions/checkout@v4
- uses: erlef/setup-beam@v1
Expand Down

0 comments on commit ca9f738

Please sign in to comment.