mirror of
https://github.com/DirectoryLister/DirectoryLister.git
synced 2025-08-28 00:01:27 +02:00
Test PHP 7.2, 7.3 and 7.4 in Travis tests
This commit is contained in:
@@ -1,11 +1,13 @@
|
||||
os: linux
|
||||
dist: focal
|
||||
dist: bionic
|
||||
language: php
|
||||
|
||||
env:
|
||||
- PATH="app/vendor/bin:${PATH}"
|
||||
|
||||
php:
|
||||
- 7.2
|
||||
- 7.3
|
||||
- 7.4
|
||||
- nightly
|
||||
|
||||
@@ -28,7 +30,7 @@ before_install:
|
||||
- echo "extension = redis.so" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini
|
||||
|
||||
install:
|
||||
- composer install --no-suggest
|
||||
- composer update
|
||||
- npm ci
|
||||
|
||||
script:
|
||||
|
Reference in New Issue
Block a user