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: include:
- language: php - language: php
php: php: '7.2'
- '7.2' install: composer install
- '7.3' - language: php
- '7.4' php: '7.3'
install: composer install
- language: php
php: '7.4'
install: composer install install: composer install
- language: node_js - language: node_js
node_js: node_js: '10'
- '10' - language: node_js
- '12' node_js: '12'
- '13' - language: node_js
- '14' node_js: '13'
- language: node_js
node_js: '14'