Skip to content

Commit 0a4f973

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

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -428,6 +428,7 @@ 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
431432
- | # disable 3rd-party extension builds on master
432433
if [[ $VERSION =~ ^7.3.* ]]; then
433434
(yes '' | ./bin/compile-extension-redis) &&

bin/compile

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

128128
phpenv local "${VERSION}"
129129
phpenv rehash
130-
composer self-update
131130

132131
popd

0 commit comments

Comments
 (0)