Skip to content
Snippets Groups Projects
Commit 0057e2be authored by Vadim Justus's avatar Vadim Justus
Browse files

Add PHP 7.3 test for Magento 2.3

parent 198af38d
Branches
Tags 1.2.4
No related merge requests found
......@@ -15,6 +15,7 @@ language: php
php:
- 7.1
- 7.2
- 7.3
env:
matrix:
......@@ -26,6 +27,11 @@ matrix:
- php: 7.2
env: MAGENTO_VERSION=2.2
matrix:
exclude:
- php: 7.3
env: MAGENTO_VERSION=2.2
before_install:
- git clone --depth=50 --branch=$MAGENTO_VERSION https://github.com/magento/magento2.git /tmp/magento
- mysql -uroot -e 'SET @@global.sql_mode = NO_ENGINE_SUBSTITUTION; CREATE DATABASE magento_integration_tests;'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment