Run more builds

This commit is contained in:
Nemo 2020-02-25 14:31:29 +05:30
parent 783c0dc956
commit 5bba7b9c87
1 changed files with 15 additions and 10 deletions

View File

@ -1,14 +1,19 @@
matrix:
jobs:
include:
- language: php
php:
- '7.2'
- '7.3'
- '7.4'
php: '7.2'
install: composer install
- language: php
php: '7.3'
install: composer install
- language: php
php: '7.4'
install: composer install
- language: node_js
node_js:
- '10'
- '12'
- '13'
- '14'
node_js: '10'
- language: node_js
node_js: '12'
- language: node_js
node_js: '13'
- language: node_js
node_js: '14'