Skip to content

Commit

Permalink
Add support for OTP 26
Browse files Browse the repository at this point in the history
  • Loading branch information
adriankumpf committed May 22, 2023
1 parent fab9e4e commit c1e367f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 7 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,15 @@ jobs:
matrix:
include:
- pair:
elixir: "1.14.3"
otp: "25"
elixir: "1.14.4"
otp: "26.0"
- pair:
elixir: "1.14.4"
otp: "25.3"
lint: lint
- pair:
elixir: "1.12.3"
otp: "24"
otp: "24.3"
steps:
- uses: actions/checkout@v3

Expand All @@ -51,6 +54,7 @@ jobs:
with:
otp-version: ${{matrix.pair.otp}}
elixir-version: ${{matrix.pair.elixir}}
version-type: "strict"

- name: Install Rust toolchain
uses: dtolnay/rust-toolchain@stable
Expand Down
8 changes: 4 additions & 4 deletions native/arb/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c1e367f

Please sign in to comment.