Skip to content

Commit 4b85379

Browse files
committed
Correct Initial 4.0 commit
1 parent eb7ea69 commit 4b85379

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/erlang.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
strategy:
1919
fail-fast: false
2020
matrix:
21-
otp: [24, 26]
21+
otp: [26, 28]
2222
os: [ubuntu-latest]
2323

2424
steps:

rebar.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{deps, [
2-
{canola, {git, "https://github.com/OpenRiak/canola", {branch, "openriak-4.0"}}}
2+
{canola, {git, "https://github.com/OpenRiak/canola", {branch, "openriak-3.4"}}}
33
]}.
44

55
{profiles, [

0 commit comments

Comments
 (0)