Skip to content

Commit

Permalink
Merge pull request #17 from emqx/ilya/0405-fdb-7.3.27
Browse files Browse the repository at this point in the history
feat(7.3) build 7.3.27 version
  • Loading branch information
savonarola authored Apr 5, 2024
2 parents 10b4052 + 68eaba9 commit de05715
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .devcontainer/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ services:
ERLANG_VERSION: "26"

# This should always match the value in fdb.image
FDB_VERSION: "7.3.35"
FDB_VERSION: "7.3.27"

environment:
# This needs to match the name of the FoundationDB service below
Expand All @@ -28,4 +28,4 @@ services:
network_mode: service:fdb

fdb:
image: foundationdb/foundationdb:7.3.35
image: foundationdb/foundationdb:7.3.27
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
matrix:
otp-version: ['25', '26']
fdb-version: ['7.3.35']
fdb-version: ['7.3.27']
runs-on: ubuntu-22.04
env:
FDB_VERSION: ${{ matrix.fdb-version }}
Expand Down Expand Up @@ -51,10 +51,10 @@ jobs:
test-name: [api, directory, directory_hca, tuple]
api-version: [730]
container:
image: ghcr.io/emqx/couchdb-erlfdb:erlang-26-fdb-7.3.35
image: ghcr.io/emqx/couchdb-erlfdb:erlang-26-fdb-7.3.27
services:
foundationdb:
image: foundationdb/foundationdb:7.3.35
image: foundationdb/foundationdb:7.3.27
env:
REBAR_PROFILE: devcontainer
# Set to 1 for verbose rebar3 logging
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
pip_flags: ''
- version: 26
pip_install_flags: '--break-system-packages'
fdb-version: ['7.3.35']
fdb-version: ['7.3.27']

steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion scripts/fetch_fdb_cli.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ if [ "$#" -ne 3 ]; then
usage
fi

FDB_VERSION="7.3.35"
FDB_VERSION="7.3.27"
TYPE="${1}"
OUTPUT="${2}"

Expand Down

0 comments on commit de05715

Please sign in to comment.