Skip to content

Commit 42f1c79

Browse files
committed
Update mochiweb for OTP26
1 parent adbf4a6 commit 42f1c79

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/erlang.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ name: Erlang CI
33
on:
44
push:
55
branches:
6-
- openriak-3.2
6+
- openriak-3.4
77
pull_request:
88
branches:
9-
- openriak-3.2
9+
- openriak-3.4
1010

1111
jobs:
1212

@@ -18,7 +18,7 @@ jobs:
1818
strategy:
1919
fail-fast: false
2020
matrix:
21-
otp: [24]
21+
otp: [24, 26]
2222
os: [ubuntu-latest]
2323

2424
steps:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ contact [@seancribbs](http://github.com/seancribbs) to get involved.
88

99
### Overview
1010

11-
![Webmachine OpenRiak Status](https://github.com/OpenRiak/webmachine/actions/workflows/erlang.yml/badge.svg?branch=openriak-3.2)
11+
![Webmachine OpenRiak Status](https://github.com/OpenRiak/webmachine/actions/workflows/erlang.yml/badge.svg?branch=openriak-3.4)
1212

1313
Webmachine is an application layer that adds HTTP semantic awareness
1414
on top of the excellent bit-pushing and HTTP syntax-management

rebar.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
{xref_checks, [undefined_function_calls]}.
77

8-
{deps, [{mochiweb, {git, "https://github.com/OpenRiak/mochiweb.git", {branch, "openriak-3.2"}}}]}.
8+
{deps, [{mochiweb, {git, "https://github.com/OpenRiak/mochiweb.git", {branch, "openriak-3.4"}}}]}.
99

1010
{eunit_opts, [
1111
no_tty,

0 commit comments

Comments
 (0)