mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-21 09:35:49 +02:00
Test against PHP 7.4 and PHP 8 snapshot.
Both versions are not finished yet, so we allow failures for them.
This commit is contained in:
parent
a97d016740
commit
9ee5dd9523
1 changed files with 9 additions and 1 deletions
10
.travis.yml
10
.travis.yml
|
@ -8,9 +8,17 @@ php:
|
|||
- '7.1'
|
||||
- '7.2'
|
||||
- '7.3'
|
||||
- '7.4snapshot'
|
||||
- 'nightly'
|
||||
|
||||
install:
|
||||
- composer install
|
||||
|
||||
script:
|
||||
- php bin/phpunit
|
||||
- php bin/phpunit
|
||||
|
||||
matrix:
|
||||
fast_finish: true
|
||||
allow_failures:
|
||||
- php: 7.4snapshot
|
||||
- php: nightly
|
Loading…
Add table
Add a link
Reference in a new issue