Skip to content

Commit

Permalink
Test with OTP 24 as minimum due to JOSE changes
Browse files Browse the repository at this point in the history
  • Loading branch information
danschultzer committed Dec 24, 2024
1 parent 9c2ccd2 commit 6f5624b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,9 @@ jobs:
version:
- otp: 27.0
elixir: 1.18
os: ubuntu-latest
- otp: 22.0
- otp: 24.0
elixir: 1.13
# It's necessary to run on ubuntu 20.04 for OTP 20 - 23
# See https://github.com/erlef/setup-beam
os: ubuntu-20.04
runs-on: ${{ matrix.version.os }}
runs-on: ubuntu-latest
name: OTP ${{matrix.version.otp}} / Elixir ${{matrix.version.elixir}}
env:
MIX_ENV: test
Expand Down
2 changes: 1 addition & 1 deletion test/test_helper.exs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Application.put_env(:assent, :http_adapter, Assent.HTTPAdapter.Httpc)

Logger.configure(level: :warning)

# For OTP 22 / Elixir 1.13 test
# For OTP 24 / Elixir 1.13 test
{:ok, _} = Application.ensure_all_started(:req)

ExUnit.start()

0 comments on commit 6f5624b

Please sign in to comment.