mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-18 18:46:17 +00:00
php74
This commit is contained in:
parent
5eed56b6e4
commit
ed14b42274
1 changed files with 3 additions and 7 deletions
10
.travis.yml
10
.travis.yml
|
@ -5,13 +5,10 @@ dist: precise
|
||||||
|
|
||||||
php:
|
php:
|
||||||
- 5.3
|
- 5.3
|
||||||
- 5.4
|
|
||||||
- 5.5
|
|
||||||
- 5.6
|
- 5.6
|
||||||
- 7.0
|
- 7.0
|
||||||
- 7.1
|
|
||||||
- 7.2
|
|
||||||
- 7.3
|
- 7.3
|
||||||
|
- 7.4snapshot
|
||||||
|
|
||||||
env:
|
env:
|
||||||
matrix:
|
matrix:
|
||||||
|
@ -31,10 +28,10 @@ matrix:
|
||||||
- php: 5.4
|
- php: 5.4
|
||||||
env: DB=pgsql
|
env: DB=pgsql
|
||||||
|
|
||||||
- php: 5.4
|
- php: 5.5
|
||||||
env: DB=sqlite
|
env: DB=sqlite
|
||||||
|
|
||||||
- php: 7.0
|
- php: 7.3
|
||||||
env: PHPCS=1
|
env: PHPCS=1
|
||||||
|
|
||||||
- php: 7.1
|
- php: 7.1
|
||||||
|
@ -51,7 +48,6 @@ matrix:
|
||||||
- php: 7.3
|
- php: 7.3
|
||||||
env: DB=mysql
|
env: DB=mysql
|
||||||
|
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- if [[ ${TRAVIS_PHP_VERSION:0:3} =~ ^7\.[23]$ ]] ; then pear config-set preferred_state snapshot && yes "" | pecl install mcrypt ; fi
|
- if [[ ${TRAVIS_PHP_VERSION:0:3} =~ ^7\.[23]$ ]] ; then pear config-set preferred_state snapshot && yes "" | pecl install mcrypt ; fi
|
||||||
- composer require "phpunit/phpunit=$PHPUNIT"
|
- composer require "phpunit/phpunit=$PHPUNIT"
|
||||||
|
|
Loading…
Add table
Reference in a new issue