Skip to content

chore(deps): update php docker tag to v8.5.0 #281

chore(deps): update php docker tag to v8.5.0

chore(deps): update php docker tag to v8.5.0 #281

Workflow file for this run

name: CI
on:
push:
branches-ignore:
- main
workflow_dispatch:
jobs:
pint:
name: Pint
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v6
- uses: docker/setup-buildx-action@v3
- uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ github.token }}
- run: docker compose run --rm testing ./vendor/bin/pint --test
test:
uses: ./.github/workflows/test.yml
build:
uses: ./.github/workflows/build.yml