From c0318f0686ec75f06532c7f027862e02efd244f7 Mon Sep 17 00:00:00 2001 From: Pierre Merlin Date: Mon, 22 Jul 2024 17:08:58 +0200 Subject: [PATCH 1/2] Add new config for CI with updated Couchbase server --- .github/workflows/test.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index e18679b..9070d5b 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -11,6 +11,9 @@ jobs: strategy: matrix: include: + - ruby: '3.3' + gemfile: '7.1.0' + couchbase: '7.2.4' - ruby: '3.2' gemfile: '7.1.0' couchbase: '7.1.1' From 36a1f5e8c5b43bdbf93f3579fc212f8540a875b1 Mon Sep 17 00:00:00 2001 From: Pierre Merlin Date: Mon, 22 Jul 2024 17:21:35 +0200 Subject: [PATCH 2/2] USe 7.2.3 As long as 7.2.4 is not yet available for download. https://packages.couchbase.com/releases/7.2.4/couchbase-server-enterprise_7.2.4-ubuntu20.04_amd64.deb --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 9070d5b..e35e566 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -13,7 +13,7 @@ jobs: include: - ruby: '3.3' gemfile: '7.1.0' - couchbase: '7.2.4' + couchbase: '7.2.3' - ruby: '3.2' gemfile: '7.1.0' couchbase: '7.1.1'