Skip to content

DO-1644 | Fix: Removed security check running & The pipeline requires a standard else fails #29

DO-1644 | Fix: Removed security check running & The pipeline requires a standard else fails

DO-1644 | Fix: Removed security check running & The pipeline requires a standard else fails #29

Workflow file for this run

name: Build
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
version: [7.4, 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 }}