Skip to content

Commit e00a50b

Browse files
committed
8.3 nightly
1 parent 4f38e13 commit e00a50b

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.travis.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,10 @@ jobs:
6161
- if [[ $VERSION =~ ^8.* ]]; then sudo apt-get -y install argon2 php-pear libargon2-0 libargon2-0-dev re2c php-dev libonig-dev; fi
6262
- sudo ln -s /usr/include/x86_64-linux-gnu/curl/ /usr/local/include
6363
- command -v expect || sudo apt-get install expect
64+
# Install re2c required by PHP8.3 and above
65+
- wget https://github.com/skvadrik/re2c/releases/download/3.1/re2c-3.1.tar.xz
66+
- tar -xf ./re2c-3.1.tar.xz
67+
- cd re2c-3.1 && ./configure && make && sudo make install
6468
- |
6569
if ! command -v phpenv; then
6670
pushd $HOME
@@ -84,6 +88,10 @@ jobs:
8488
- sudo apt-get install -y libicu-dev re2c
8589
- if [[ $VERSION =~ ^8.* ]]; then sudo apt-get -y install php-pear php-dev re2c libonig-dev build-essential; fi
8690
- command -v expect || sudo apt-get install expect
91+
# Install re2c required by PHP8.3 and above
92+
- wget https://github.com/skvadrik/re2c/releases/download/3.1/re2c-3.1.tar.xz
93+
- tar -xf ./re2c-3.1.tar.xz
94+
- cd re2c-3.1 && ./configure && make && sudo make install
8795
- |
8896
if ! command -v phpenv; then
8997
pushd $HOME

0 commit comments

Comments
 (0)