Skip to content

Commit

Permalink
fix build as stream_data was failing on the older versions
Browse files Browse the repository at this point in the history
  • Loading branch information
PragTob committed Jan 12, 2025
1 parent acc28aa commit 9318be7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 10 deletions.
12 changes: 2 additions & 10 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,8 @@ jobs:
#
# https://hexdocs.pm/elixir/compatibility-and-deprecations.html#between-elixir-and-erlang-otp
include:
- elixir_version: '1.7.4'
otp_version: '20.3'
- elixir_version: '1.8.2'
otp_version: '20.3'
- elixir_version: '1.9.4'
otp_version: '21.3'
- elixir_version: '1.10.4'
otp_version: '21.3'
- elixir_version: '1.11.4'
otp_version: '22.3'
# Code should work down to elixir 1.7, but stream_data requires 1.12+ and I don't think it's worth my time to
# be conditionally including the library: https://github.com/whatyouhide/stream_data/blob/main/CHANGELOG.md#v110
- elixir_version: '1.12.3'
otp_version: '23.3'
- elixir_version: '1.13.4'
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ end
```

Supported elixir versions are 1.6+ (together with their respective erlang OTP versions aka 19+).
Tests are only running against elixir 1.12+ though, as some dependencies aren't compatible with versions that old.
But also, most people probably don't care about them.

## Usage

Expand Down

0 comments on commit 9318be7

Please sign in to comment.