mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-24 02:38:50 +02:00
Travis: Test against php 7.4 release version.
This commit is contained in:
parent
a81cd4d84b
commit
835087cd3f
1 changed files with 2 additions and 4 deletions
|
@ -11,7 +11,7 @@ php:
|
||||||
- '7.1'
|
- '7.1'
|
||||||
- '7.2'
|
- '7.2'
|
||||||
- '7.3'
|
- '7.3'
|
||||||
- '7.4snapshot'
|
- '7.4'
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- composer install
|
- composer install
|
||||||
|
@ -41,5 +41,3 @@ after_success:
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
fast_finish: true
|
fast_finish: true
|
||||||
allow_failures:
|
|
||||||
- php: 7.4snapshot
|
|
Loading…
Add table
Add a link
Reference in a new issue