1
0
mirror of https://github.com/Ne-Lexa/php-zip.git synced 2025-08-24 07:52:48 +02:00

removed config for php nightly (php 8.0-dev)

This commit is contained in:
Ne-Lexa
2020-01-09 13:00:23 +03:00
parent c82e303002
commit 77f2841724

View File

@@ -41,11 +41,6 @@ matrix:
php: 7.4
env: COVERAGE=true ZIPALIGN_INSTALL=true PHPUNIT_FLAGS="-v -c phpunit.xml --testsuite only_fast_tests --format=php-clover coverage.clover"
- os: linux
php: nightly
dist: bionic
env: ZIPALIGN_INSTALL=true
before_install:
- if [[ $COVERAGE != true ]]; then phpenv config-rm xdebug.ini || true; fi