Skip to content

[INFRA] remove PHP 7.4 and 8.0 #75

[INFRA] remove PHP 7.4 and 8.0

[INFRA] remove PHP 7.4 and 8.0 #75

Workflow file for this run

name: "Pull Request"
on:
pull_request:
branches:
- main
jobs:
lint:
strategy:
matrix:
version: ['8.1', '8.2', '8.3', '8.4']
runs-on: ubuntu-latest
container: pipelinecomponents/hadolint:latest
steps:
- uses: actions/checkout@v4
- uses: hadolint/[email protected]
with:
dockerfile: ./src/${{ matrix.version }}/src/Dockerfile