Skip to content

Commit

Permalink
feat(7.3): update OTP version
Browse files Browse the repository at this point in the history
  • Loading branch information
savonarola committed Apr 4, 2024
1 parent d917fbe commit 73b3400
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ services:
context: .
dockerfile: Dockerfile
args:
ERLANG_VERSION: "25"
ERLANG_VERSION: "26"

# This should always match the value in fdb.image
FDB_VERSION: "7.3.35"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
eunit:
strategy:
matrix:
otp-version: ['24', '25']
otp-version: ['25', '26']
fdb-version: ['7.3.35']
runs-on: ubuntu-22.04
env:
Expand Down Expand Up @@ -49,7 +49,7 @@ jobs:
test-name: [api, directory, directory_hca, tuple]
api-version: [730]
container:
image: ghcr.io/emqx/couchdb-erlfdb:erlang-25-fdb-7.3.35
image: ghcr.io/emqx/couchdb-erlfdb:erlang-26-fdb-7.3.35
services:
foundationdb:
image: foundationdb/foundationdb:7.3.35
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-22.04
strategy:
matrix:
otp-version: ['24', '25']
otp-version: ['25', '26']
fdb-version: ['7.3.35']

steps:
Expand Down
9 changes: 0 additions & 9 deletions test/tester.es
Original file line number Diff line number Diff line change
Expand Up @@ -386,15 +386,6 @@ run_loop(#st{} = St) ->
true -> get_transaction(TxName)
end,

% case {IsDb, IsSS} of
% {true, false} ->
% Db;
% {false, false} ->
% get_transaction(TxName);
% {false, true} ->

% end,

PreSt = St#st{
op_tuple = OpTuple,
is_db = IsDb,
Expand Down

0 comments on commit 73b3400

Please sign in to comment.