Skip to content

Commit

Permalink
fix: api version in app.src
Browse files Browse the repository at this point in the history
  • Loading branch information
id committed Nov 17, 2023
1 parent be2dacd commit 5a55b14
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,10 +101,6 @@ jobs:
#test-name: [api, directory, directory_hca, tuple]
test-name: [api]
api-version: [710]
include:
# The `scripted` test only supports the latest API version
- test-name: scripted
api-version: 710
container:
image: ghcr.io/emqx/couchdb-erlfdb:erlang-25-fdb-7.1.43
services:
Expand Down
4 changes: 2 additions & 2 deletions src/erlfdb.app.src
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
{registered, []},
{applications, [kernel, stdlib]},
{maintainers, ["Paul J. Davis"]},
{links, [{"GitHub", "https://github.com/cloudant-labs/couchdb-erlfdb"}]},
{links, [{"GitHub", "https://github.com/emqx/couchdb-erlfdb"}]},
{env, [
{api_version, 620},
{api_version, 710},
{network_options, []}
]}
]}.

0 comments on commit 5a55b14

Please sign in to comment.