Skip to content

Commit

Permalink
Update to OpenRiak
Browse files Browse the repository at this point in the history
  • Loading branch information
martinsumner committed Sep 26, 2024
1 parent 076be16 commit d4f5cec
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 12 deletions.
25 changes: 13 additions & 12 deletions .github/workflows/erlang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,31 +2,32 @@ name: Erlang CI

on:
push:
branches: [ develop ]
branches:
- nhse-develop
pull_request:
branches: [ develop ]

branches:
- nhse-develop

jobs:

build:

runs-on: ubuntu-latest
name: Test on ${{ matrix.os }} with OTP ${{ matrix.otp }}
runs-on: ${{ matrix.os }}

strategy:
fail-fast: false
matrix:
otp:
- "25.1"
- "24.3"
- "22.3"

container:
image: erlang:${{ matrix.otp }}
otp: [24, 26]
os: [ubuntu-latest]

steps:
- uses: lukka/get-cmake@latest
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Install Erlang/OTP
uses: erlef/setup-beam@v1
with:
otp-version: ${{ matrix.otp }}
- name: Compile
run: ./rebar3 compile
- name: Run xref and dialyzer
Expand Down
1 change: 1 addition & 0 deletions src/ibrowse.app.src
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
{vsn, "4.4.2"},
{registered, [ibrowse_sup, ibrowse]},
{applications, [kernel,stdlib]},
{included_applications, [ssl]},
{env, []},
{mod, {ibrowse_app, []}},
{maintainers, ["Chandrashekhar Mullaparthi"]},
Expand Down

0 comments on commit d4f5cec

Please sign in to comment.