Skip to content

Commit 18092af

Browse files
authored
Merge pull request #47 from klimslim/php8
[BR-8256] - Shadow having issues with PHP 8.0
2 parents 1d5e854 + 813221c commit 18092af

File tree

6 files changed

+102
-99
lines changed

6 files changed

+102
-99
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ sudo: yes
33
dist: bionic
44

55
env:
6-
- PHPVER="7.3.8"
6+
- PHPVER="8.0.0"
77

88
# This replaces the travis supplied phpbuild which defaults to ZTS enabled
99
# builds. Since we are replacing using the same config, we don't have to add
@@ -12,7 +12,7 @@ install:
1212
- rm -rf ~/.phpenv
1313
- sudo apt-get clean
1414
- sudo apt-get update
15-
- sudo apt-get install libzip-dev
15+
- sudo apt-get install libzip-dev libonig-dev
1616
- curl -L http://git.io/phpenv-installer | bash
1717
- travis_wait phpenv install "${PHPVER}"
1818
- phpenv global "${PHPVER}"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Build Status
22
------------
3-
[![Build Status](https://travis-ci.org/sugarcrm/shadow.svg?branch=master)](https://travis-ci.org/sugarcrm/shadow)
3+
[![Build Status](https://travis-ci.com/sugarcrm/shadow.svg?branch=master)](https://travis-ci.com/sugarcrm/shadow)
44

55
Git: <https://github.com/sugarcrm/shadow>
66

0 commit comments

Comments
 (0)