Skip to content

Commit cfb244c

Browse files
committed
Adding PHP 8.3
1 parent 486d3c4 commit cfb244c

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ jobs:
1010
name: jammy
1111
php: "8.1"
1212
before_install:
13+
# test
14+
- ls -a /home/travis/.phpenv/versions
1315
- sudo rm -rf /var/lib/apt/lists/lock /var/cache/apt/archives/lock /var/lib/dpkg/lock
1416
- sudo apt-get update
1517
- sudo apt-get -y install libcurl4-openssl-dev php-dev libicu-dev php-pear

bin/compile-extension-mongodb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ if [[ $VERSION =~ ^master$ || $VERSION =~ snapshot$ ]]; then
1515
make install
1616
popd
1717
else
18-
pecl_install mongodb -y
18+
yes '' | pecl_install mongodb
1919
fi
2020

2121
travis_time_finish

0 commit comments

Comments
 (0)