Skip to content

Commit

Permalink
Using 3.2 not 3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
martinsumner committed Oct 28, 2024
1 parent 442ad78 commit 0d325c6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/erlang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ name: Erlang CI
on:
push:
branches:
- openriak-3.4
- openriak-3.2
pull_request:
branches:
- openriak-3.4
- openriak-3.2

jobs:

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
### bear : a set of statistics functions for erlang

![Bear OpenRiak Status](https://github.com/OpenRiak/bear/actions/workflows/erlang.yml/badge.svg?branch=openriak-3.4)
![Bear OpenRiak Status](https://github.com/OpenRiak/bear/actions/workflows/erlang.yml/badge.svg?branch=openriak-3.2)

Currently bear is focused on use inside the Folsom Erlang metrics library but all of these functions are generic and useful in other situations.

Expand Down

0 comments on commit 0d325c6

Please sign in to comment.