Skip to content

Commit

Permalink
Use latest xxh3 in tests to support OTP 24
Browse files Browse the repository at this point in the history
  • Loading branch information
farhadi committed Jun 8, 2021
1 parent 3fd7268 commit d9ae923
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 12 deletions.
17 changes: 6 additions & 11 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,24 +10,19 @@ jobs:
build:
name: OTP ${{matrix.otp}} / Rust ${{matrix.rust}}
runs-on: ubuntu-latest

strategy:
matrix:
otp:
- 21.3
- 22.3
- 23.2
otp: [21, 22, 23, 24]
rust: [stable]

container:
image: erlang:${{matrix.otp}}

rust:
- stable
steps:
- name: Checkout sources
uses: actions/checkout@v1

- name: Install Erlang
uses: gleam-lang/[email protected]
with:
otp-version: ${{matrix.otp}}

- name: Install Rust ${{matrix.rust}} toolchain
uses: actions-rs/toolchain@v1
with:
Expand Down
2 changes: 1 addition & 1 deletion rebar.config
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{erl_opts, [debug_info]}.

{profiles, [
{test, [{deps, [{xxh3, "0.3.1"}]}]}
{test, [{deps, [{xxh3, "0.3.2"}]}]}
]}.

{project_plugins, [erlfmt]}.
Expand Down

0 comments on commit d9ae923

Please sign in to comment.