Skip to content

Commit 64a680a

Browse files
committed
Adding PHP 8.3
1 parent 568842a commit 64a680a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,7 @@ jobs:
367367
env:
368368
global:
369369
- VERSION=master ALIAS=nightly
370-
- ICU_RELEASE=59.1
370+
- ICU_RELEASE=74.2
371371
- ICU_INSTALL_DIR=$HOME/.phpenv/versions/$VERSION
372372
- PATH="$HOME/.phpenv/bin:$HOME/.php-build/bin:$PATH"
373373

bin/compile-extension-apcu

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ else
1111
apcu=apcu
1212
fi
1313

14-
pecl channel-update pecl.php.net
14+
sudo pecl channel-update pecl.php.net
1515

1616
echo | pecl_install $apcu
1717

0 commit comments

Comments
 (0)