Skip to content

Add php 8.4

Add php 8.4 #6

Workflow file for this run

name: Hadolint
on:
workflow_dispatch: # Allow manual runs.
pull_request:
branches: [ 'main' ]
jobs:
dockerfile-lint:
name: Dockerfile check
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: hadolint/[email protected]
with:
dockerfile: Dockerfile
failure-threshold: error
recursive: true