Skip to content

Update magento/magento-coding-standard requirement from ^33 to ^34 #36

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

Update magento/magento-coding-standard requirement from ^33 to ^34 #36

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 }}