diff --git a/.github/workflows/erlang.yml b/.github/workflows/erlang.yml index 0753941..3eb5907 100644 --- a/.github/workflows/erlang.yml +++ b/.github/workflows/erlang.yml @@ -3,10 +3,10 @@ name: Erlang CI on: push: branches: - - nhse-develop + - openriak-3.2 pull_request: branches: - - nhse-develop + - openriak-3.2 jobs: @@ -18,7 +18,7 @@ jobs: strategy: fail-fast: false matrix: - otp: [24] + otp: [24, 26] os: [ubuntu-latest] steps: diff --git a/README.md b/README.md index bbbd4b9..a292ca9 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # KV Tictac Tree -[![Build Status](https://github.com/martinsumner/kv_index_tictactree/actions/workflows/erlang.yml/badge.svg?branch=develop-3.0)](https://github.com/martinsumner/kv_index_tictactree/actions) +![KV Tictac Tree OpenRiak Status](https://github.com/OpenRiak/kv_index_tictactree/actions/workflows/erlang.yml/badge.svg?branch=openriak-3.2) An Active Anti-Entropy library for Key-Value stores in Erlang. diff --git a/rebar.config b/rebar.config index 30dd2ea..da97713 100644 --- a/rebar.config +++ b/rebar.config @@ -24,5 +24,5 @@ {ct_opts, [{dir, ["test/end_to_end"]}]}. {deps, [ - {leveled, ".*", {git, "https://github.com/OpenRiak/leveled", {branch, "nhse-develop"}}} + {leveled, {git, "https://github.com/OpenRiak/leveled", {branch, "openriak-3.2"}}} ]}.