mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-21 00:02:17 +02:00
N°2696 - Upgrade ArchiveTar to v1.4.9 (PHP 7.4 compatibility)
This commit is contained in:
@@ -20,9 +20,18 @@ matrix:
|
||||
dist: trusty
|
||||
- php: 7.3
|
||||
dist: trusty
|
||||
- php: 7.4snapshot
|
||||
- php: master
|
||||
|
||||
jobs:
|
||||
allow_failures:
|
||||
- php: 7.4snapshot
|
||||
- php: master
|
||||
|
||||
install:
|
||||
# - pear upgrade --force --alldeps pear/pear
|
||||
- pear install -f package.xml
|
||||
script:
|
||||
- pear version
|
||||
- pear run-tests -qr tests/
|
||||
- for i in `find tests/ -name '*.out'`; do echo "$i"; cat "$i"; done
|
||||
|
||||
Reference in New Issue
Block a user