Skip to content

Commit

Permalink
Merge branch 'master' into monitors
Browse files Browse the repository at this point in the history
  • Loading branch information
filmor authored Feb 13, 2024
2 parents c8a8b3d + 3dd242a commit 64ba826
Show file tree
Hide file tree
Showing 35 changed files with 637 additions and 1,035 deletions.
File renamed without changes.
12 changes: 4 additions & 8 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ jobs:
- name: Install Erlang/Elixir
uses: erlef/setup-beam@v1
with:
otp-version: "25"
elixir-version: "1.14"
otp-version: "26"
elixir-version: "1.15"

- name: Check cargo fmt
run: cargo fmt --all -- --check
Expand Down Expand Up @@ -85,7 +85,8 @@ jobs:
strategy:
matrix:
pair:
- { erlang: "26", elixir: "1.14", latest: true }
- { erlang: "26", elixir: "1.15", latest: true }
- { erlang: "26", elixir: "1.14" }
- { erlang: "25", elixir: "1.14" }
- { erlang: "24", elixir: "1.13" }
rust:
Expand All @@ -95,11 +96,6 @@ jobs:
- macos
- windows
- ubuntu
exclude:
# TODO Remove this once setup-beam is fixed to work around OTP26's
# regression
- os: windows
pair: { erlang: "26", elixir: "1.14", latest: true }
runs-on: ${{matrix.os}}-latest

steps:
Expand Down
Loading

0 comments on commit 64ba826

Please sign in to comment.