mirror of
https://github.com/snipe/snipe-it.git
synced 2025-01-26 05:01:06 -08:00
tests: allow to fail on PHP 7.3 and use the latest PHP 7.1 release (#6666)
This commit is contained in:
parent
af3c8195af
commit
8ce78c6b31
|
@ -16,10 +16,14 @@ services:
|
|||
php:
|
||||
- 5.6
|
||||
- 7.0
|
||||
- 7.2
|
||||
- 7.1.4
|
||||
- 7.1
|
||||
- 7.2
|
||||
- 7.3
|
||||
|
||||
matrix:
|
||||
allow_failures:
|
||||
- php: 7.3
|
||||
|
||||
# execute any number of scripts before the test run, custom env's are available as variables
|
||||
before_script:
|
||||
- phpenv config-add .github/travis-memory.ini
|
||||
|
|
Loading…
Reference in a new issue