Skip to content

Update magento/magento-coding-standard requirement from ^33 to ^35 #37

Update magento/magento-coding-standard requirement from ^33 to ^35

Update magento/magento-coding-standard requirement from ^33 to ^35 #37

Workflow file for this run

name: Build
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
version: [8.0, 8.1, 8.2]
steps:
- uses: actions/checkout@v2
with:
ref: ${{ github.event.release.target_commitish }}
- run: docker build . --build-arg PHP_VERSION=${{ matrix.version }}