Skip to content

Commit c01f6ad

Browse files
committed
Adding PHP 8.3
1 parent 0a4f973 commit c01f6ad

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -428,7 +428,6 @@ script:
428428
- cat $HOME/.php-build/share/php-build/default_configure_options
429429
- export PKG_CONFIG_PATH="$HOME/.phpenv/versions/$VERSION/lib/pkgconfig:$PKG_CONFIG_PATH"
430430
- sudo ./bin/compile
431-
- composer self-update
432431
- | # disable 3rd-party extension builds on master
433432
if [[ $VERSION =~ ^7.3.* ]]; then
434433
(yes '' | ./bin/compile-extension-redis) &&

bin/compile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,5 +127,6 @@ pushd /tmp
127127

128128
phpenv local "${VERSION}"
129129
phpenv rehash
130+
$INSTALL_DEST/$VERSION/bin/composer http://getcomposer.org/composer.phar self-update
130131

131132
popd

0 commit comments

Comments
 (0)