Skip to content

Bump the composer group across 1 directory with 4 updates #76

Bump the composer group across 1 directory with 4 updates

Bump the composer group across 1 directory with 4 updates #76

Workflow file for this run

name: Pull Request
on:
pull_request_target:
workflow_dispatch:
permissions:
contents: write
pull-requests: write
jobs:
Duster:
name: Duster
uses: EncoreDigitalGroup/.github/.github/workflows/dusterFixBlame.yml@v1
permissions:
contents: write
pull-requests: write
StaticAnalysis:
needs: Duster
name: StaticAnalysis
uses: EncoreDigitalGroup/.github/.github/workflows/larastan.yml@v1
with:
phpVersion: '8.3'
path: 'src/'
branch: ${{ github.head_ref }}
Test:
needs: Duster
name: Test
uses: EncoreDigitalGroup/.github/.github/workflows/pest.yml@v1
with:
phpVersion: '8.3'
branch: ${{ github.head_ref }}
AutoMerge:
needs: [ StaticAnalysis, Test ]
name: AutoMerge
uses: EncoreDigitalGroup/.github/.github/workflows/dependabotAutoMerge.yml@v1