Skip to content
Snippets Groups Projects
Unverified Commit 41a1f37b authored by Vadim Justus's avatar Vadim Justus Committed by GitHub
Browse files

Merge pull request #10 from vadimjustus/master

Fix supported versions matrix // Test PR builds
parents 668d5337 acbffc07
No related branches found
No related tags found
No related merge requests found
......@@ -12,7 +12,6 @@ language: php
php:
- 7.1
- 7.2
- 7.3
env:
matrix:
......@@ -23,8 +22,6 @@ matrix:
exclude:
- php: 7.2
env: MAGENTO_VERSION=2.2
- 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
......
# Description
This module was developed during a Magento Hackathon organized by FireGento e.V. (https://firegento.com/).
# Supported versions matrix
## Supported versions matrix
| PHP | Magento 2.1 | Magento 2.2 | Magento 2.3 | Magento 2.3-dev |
|--- |--- |--- |--- |--- |
| 7.0 | not supported | not supported | not supported | not supported |
| 7.1 | not supported | [![Build Status](https://travis-matrix-badges.herokuapp.com/repos/magento-hackathon/m2-content-provisioning/branches/master/1)]((https://travis-ci.org/magento-hackathon/m2-content-provisioning)) | [![Build Status](https://travis-matrix-badges.herokuapp.com/repos/magento-hackathon/m2-content-provisioning/branches/master/2)]((https://travis-ci.org/magento-hackathon/m2-content-provisioning)) | [![Build Status](https://travis-matrix-badges.herokuapp.com/repos/magento-hackathon/m2-content-provisioning/branches/master/3)]((https://travis-ci.org/magento-hackathon/m2-content-provisioning)) |
| 7.2 | not supported | not supported | [![Build Status](https://travis-matrix-badges.herokuapp.com/repos/magento-hackathon/m2-content-provisioning/branches/master/4)]((https://travis-ci.org/magento-hackathon/m2-content-provisioning)) | [![Build Status](https://travis-matrix-badges.herokuapp.com/repos/magento-hackathon/m2-content-provisioning/branches/master/5)]((https://travis-ci.org/magento-hackathon/m2-content-provisioning)) |
| 7.3 | not supported | not supported | [![Build Status](https://travis-matrix-badges.herokuapp.com/repos/magento-hackathon/m2-content-provisioning/branches/master/6)]((https://travis-ci.org/magento-hackathon/m2-content-provisioning)) | [![Build Status](https://travis-matrix-badges.herokuapp.com/repos/magento-hackathon/m2-content-provisioning/branches/master/7)]((https://travis-ci.org/magento-hackathon/m2-content-provisioning)) |
|:---: |:---: |:---: |:---: |:---: |
| 7.0 | - | - | - | - |
| 7.1 | - | [![Build Status](https://travis-matrix-badges.herokuapp.com/repos/magento-hackathon/m2-content-provisioning/branches/master/1)]((https://travis-ci.org/magento-hackathon/m2-content-provisioning)) | [![Build Status](https://travis-matrix-badges.herokuapp.com/repos/magento-hackathon/m2-content-provisioning/branches/master/2)]((https://travis-ci.org/magento-hackathon/m2-content-provisioning)) | [![Build Status](https://travis-matrix-badges.herokuapp.com/repos/magento-hackathon/m2-content-provisioning/branches/master/3)]((https://travis-ci.org/magento-hackathon/m2-content-provisioning)) |
| 7.2 | - | - | [![Build Status](https://travis-matrix-badges.herokuapp.com/repos/magento-hackathon/m2-content-provisioning/branches/master/4)]((https://travis-ci.org/magento-hackathon/m2-content-provisioning)) | [![Build Status](https://travis-matrix-badges.herokuapp.com/repos/magento-hackathon/m2-content-provisioning/branches/master/5)]((https://travis-ci.org/magento-hackathon/m2-content-provisioning)) |
## The idea behind this module
It is a common requirement, that some parts of content (like CMS pages or blocks) need be deployed within
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment