Skip to content

Commit

Permalink
Re-enable SGW tests on 3.2 line (#3346)
Browse files Browse the repository at this point in the history
* update sgw for tests

* update project version to 3.2.2
  • Loading branch information
velicuvlad authored Dec 20, 2024
1 parent f2d4fba commit f4ec9fc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/sg_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Sync gateway tests

on:
push:
branches: [ master ]
branches: [ master, release/3.2 ]
pull_request:
branches: [ master ]
branches: [ master, release/3.2 ]

jobs:
downloadAndRunSG:
Expand All @@ -18,7 +18,7 @@ jobs:

- name: Download SGW
run: |
curl -o sg.zip http://packages.couchbase.com/releases/couchbase-sync-gateway/3.1.0/couchbase-sync-gateway-enterprise_3.1.0_x86_64.zip
curl -o sg.zip http://packages.couchbase.com/releases/couchbase-sync-gateway/3.2.1/couchbase-sync-gateway-enterprise_3.2.1_x86_64.zip
tar -zxvf sg.zip
echo "${PWD}/couchbase-sync-gateway/bin" >> $GITHUB_PATH
echo "$PATH"
Expand Down
4 changes: 2 additions & 2 deletions xcconfigs/Project.xcconfig
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
// limitations under the License.
//

CBL_VERSION_STRING = 3.2.1
CBL_VERSION_STRING = 3.2.2
CBL_BUILD_NUMBER = 0
CBL_COPYRIGHT_YEAR = 2021
CBL_COPYRIGHT_YEAR = 2024

IPHONEOS_DEPLOYMENT_TARGET = 12.0
MACOSX_DEPLOYMENT_TARGET = 12.0
Expand Down

0 comments on commit f4ec9fc

Please sign in to comment.