mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-21 09:35:49 +02:00
Dont test with PHP 8.0, PHPunit does not support this version and test timeouts.
This commit is contained in:
parent
c61269db19
commit
b7124d53b2
1 changed files with 2 additions and 2 deletions
|
@ -12,7 +12,7 @@ php:
|
|||
- '7.2'
|
||||
- '7.3'
|
||||
- '7.4snapshot'
|
||||
- 'nightly'
|
||||
# - 'nightly'
|
||||
|
||||
install:
|
||||
- composer install
|
||||
|
@ -31,4 +31,4 @@ matrix:
|
|||
fast_finish: true
|
||||
allow_failures:
|
||||
- php: 7.4snapshot
|
||||
- php: nightly
|
||||
# - php: nightly
|
Loading…
Add table
Add a link
Reference in a new issue