Skip to content

Commit

Permalink
OTP 24 not supported due to SSL handling.
Browse files Browse the repository at this point in the history
  • Loading branch information
bahner committed Feb 12, 2024
1 parent c918efa commit 1299cd4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/testsuite.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
strategy:
fail-fast: true
matrix:
otp: ["24.3.4.16", "25.3.2.9", "26.2.2"]
otp: ["25.3.2.9", "26.2.2"]
elixir: ["1.14.5", "1.15.7", "1.16.1"]
services:
ipfs:
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ More modules are under way. The following are implemented:
* [IPLD](https://hex.pm/packages/ex_ipfs_ipld)
* [IPNS](https://hex.pm/packages/ex_ipfs_ipns)

## Requirements

Only OTP 25 and newer are supported due to an underlying issue with SSL Certificate handling.

## Configuration

The default should be OK, but you may override the API with the following environment variables.
Expand Down

0 comments on commit 1299cd4

Please sign in to comment.