mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2026-03-06 15:30:13 +01:00
Dont test with PHP 8.0, PHPunit does not support this version and test timeouts.
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user