From 5a55b14a2d85c06e2402285eacd8f7fe8da83911 Mon Sep 17 00:00:00 2001 From: Ivan Dyachkov Date: Fri, 17 Nov 2023 23:11:22 +0100 Subject: [PATCH] fix: api version in app.src --- .github/workflows/ci.yml | 4 ---- src/erlfdb.app.src | 4 ++-- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9e4f0fc..dc3dfd4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: diff --git a/src/erlfdb.app.src b/src/erlfdb.app.src index 5ebf210..1ddad44 100644 --- a/src/erlfdb.app.src +++ b/src/erlfdb.app.src @@ -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, []} ]} ]}.