Skip to content

Commit a12e0e0

Browse files
committed
Added php 8.2 to travis CI
1 parent 038ee38 commit a12e0e0

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@ cache:
2323
php:
2424
- 8.0
2525
- 8.1
26+
- 8.2
2627
# - nightly # nightly is currently too much unstable many bundled extension are not available...
2728
jobs:
2829
fast_finish: true
2930
allow_failures:
30-
- php: 8.1 # PHP 8.1 is still unstable ATM
3131
- php: nightly
3232

3333
before_install:

bin/ci/scripts/install_couchbase.sh

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,10 @@
22

33
set -e
44

5-
export CB_VERSION=7.1.0
5+
# https://packages.couchbase.com/releases/7.1.1/couchbase-server-community_7.1.1-ubuntu18.04_amd64.deb
6+
export CB_VERSION=7.1.1
67
export CB_RELEASE_URL=https://packages.couchbase.com/releases
7-
export CB_PACKAGE=couchbase-server-community_7.1.0-ubuntu18.04_amd64.deb
8+
export CB_PACKAGE=couchbase-server-community_7.1.1-ubuntu18.04_amd64.deb
89

910
# Community Edition requires that all nodes provision all services or data service only
1011
export SERVICES="kv,n1ql,index,fts"
@@ -74,4 +75,4 @@ curl -i "http://127.0.0.1:8091/pools/default/buckets" \
7475
-u ${USERNAME}:${PASSWORD} \
7576

7677

77-
echo "# Couchbase running successfully"
78+
echo "# Couchbase running successfully"

0 commit comments

Comments
 (0)