mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
Drop long EOL versions in favor of PHP5.6+
This commit is contained in:
parent
ed14b42274
commit
02bcdec391
1 changed files with 2 additions and 10 deletions
12
.travis.yml
12
.travis.yml
|
@ -1,12 +1,7 @@
|
||||||
language: php
|
language: php
|
||||||
|
|
||||||
# We require precise here, as 5.3 doesn't exist on trusty.
|
|
||||||
dist: precise
|
|
||||||
|
|
||||||
php:
|
php:
|
||||||
- 5.3
|
|
||||||
- 5.6
|
- 5.6
|
||||||
- 7.0
|
|
||||||
- 7.3
|
- 7.3
|
||||||
- 7.4snapshot
|
- 7.4snapshot
|
||||||
|
|
||||||
|
@ -22,13 +17,10 @@ services:
|
||||||
matrix:
|
matrix:
|
||||||
fast_finish: true
|
fast_finish: true
|
||||||
include:
|
include:
|
||||||
- php: 5.3
|
- php: 5.6
|
||||||
env: DB=mysql PHPUNIT=4.8.35
|
|
||||||
|
|
||||||
- php: 5.4
|
|
||||||
env: DB=pgsql
|
env: DB=pgsql
|
||||||
|
|
||||||
- php: 5.5
|
- php: 7.0
|
||||||
env: DB=sqlite
|
env: DB=sqlite
|
||||||
|
|
||||||
- php: 7.3
|
- php: 7.3
|
||||||
|
|
Loading…
Reference in a new issue