Skip to content

fix: hold back git packages #24

fix: hold back git packages

fix: hold back git packages #24

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