Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit be7edea

Browse filesBrowse files
minor #46353 [GHA] fix tests for couchbase (nicolas-grekas)
This PR was merged into the 5.4 branch. Discussion ---------- [GHA] fix tests for couchbase | Q | A | ------------- | --- | Branch? | 5.4 | Bug fix? | no | New feature? | no | Deprecations? | no | Tickets | - | License | MIT | Doc PR | - Commits ------- b6ff1d6 [GHA] fix tests for couchbase
2 parents 0b0cdae + b6ff1d6 commit be7edea
Copy full SHA for be7edea

File tree

Expand file treeCollapse file tree

1 file changed

+4
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+4
-2
lines changed

‎.github/workflows/integration-tests.yml

Copy file name to clipboardExpand all lines: .github/workflows/integration-tests.yml
+4-2Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,11 +108,13 @@ jobs:
108108
- name: Install system dependencies
109109
run: |
110110
echo "::group::apt-get update"
111+
sudo wget -O - https://packages.couchbase.com/clients/c/repos/deb/couchbase.key | sudo apt-key add -
112+
echo "deb https://packages.couchbase.com/clients/c/repos/deb/ubuntu2004 focal focal/main" | sudo tee /etc/apt/sources.list.d/couchbase.list
111113
sudo apt-get update
112114
echo "::endgroup::"
113115
114116
echo "::group::install tools & libraries"
115-
sudo apt-get install librdkafka-dev redis-server
117+
sudo apt-get install librdkafka-dev redis-server libcouchbase-dev
116118
sudo -- sh -c 'echo unixsocket /var/run/redis/redis-server.sock >> /etc/redis/redis.conf'
117119
sudo -- sh -c 'echo unixsocketperm 777 >> /etc/redis/redis.conf'
118120
sudo service redis-server restart
@@ -129,7 +131,7 @@ jobs:
129131
uses: shivammathur/setup-php@v2
130132
with:
131133
coverage: "none"
132-
extensions: "json,couchbase,memcached,mongodb-1.10.0,redis-5.3.4,rdkafka,xsl,ldap"
134+
extensions: "json,couchbase-3.2.2,memcached,mongodb-1.10.0,redis-5.3.4,rdkafka,xsl,ldap"
133135
ini-values: date.timezone=Europe/Paris,memory_limit=-1,default_socket_timeout=10,session.gc_probability=0,apc.enable_cli=1,zend.assertions=1
134136
php-version: "${{ matrix.php }}"
135137
tools: pecl

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.