Skip to content

chore: Add PHP 8.4 to test pipeline #622

chore: Add PHP 8.4 to test pipeline

chore: Add PHP 8.4 to test pipeline #622

Workflow file for this run

name: Danger
on:
pull_request_target:
concurrency:
group: danger-php-${{ github.ref }}-${{ github.workflow }}
cancel-in-progress: true
jobs:
check:
runs-on: ubuntu-latest
steps:
- name: Clone
uses: actions/checkout@v4
- name: Danger
uses: docker://ghcr.io/shyim/danger-php:latest
with:
args: ci
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_PULL_REQUEST_ID: ${{ github.event.pull_request.number }}