Skip to content

Commit

Permalink
Merge pull request #179 from id/0531-bump-mnesia_rocksdb-0.1.16
Browse files Browse the repository at this point in the history
chore: bump mnesia_rocksdb to 0.1.16
  • Loading branch information
id authored May 31, 2024
2 parents 21c5954 + 185ff13 commit 4e3ede5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/run_test_case.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ jobs:
run_test_case:
runs-on: ubuntu-latest

container: ghcr.io/emqx/emqx-builder/5.2-9:1.15.7-26.1.2-3-ubuntu22.04
container: ghcr.io/emqx/emqx-builder/5.3-5:1.15.7-26.2.1-2-ubuntu24.04

steps:
- uses: actions/checkout@v1
- uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2

- name: Install prerequisites
run: |
Expand Down Expand Up @@ -47,13 +47,13 @@ jobs:
run: |
make coveralls
- uses: actions/upload-artifact@v1
- uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1
if: always()
with:
name: logs
path: _build/test/logs

- uses: actions/upload-artifact@v1
- uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1
with:
name: cover
path: _build/test/cover
2 changes: 1 addition & 1 deletion rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
[{snabbkaffe, {git, "https://github.com/kafka4beam/snabbkaffe", {tag, "1.0.7"}}},
{gen_rpc, {git, "https://github.com/emqx/gen_rpc", {tag, "3.3.0"}}},
{replayq, {git, "https://github.com/emqx/replayq", {tag, "0.3.6"}}},
{mnesia_rocksdb, {git, "https://github.com/emqx/mnesia_rocksdb", {tag, "0.1.15"}}},
{mnesia_rocksdb, {git, "https://github.com/emqx/mnesia_rocksdb", {tag, "0.1.16"}}},
{optvar, {git, "https://github.com/emqx/optvar", {tag, "1.0.5"}}}
]}.

Expand Down

0 comments on commit 4e3ede5

Please sign in to comment.