Skip to content

Bump mockery/mockery from 1.6.7 to 1.6.9 #47

Bump mockery/mockery from 1.6.7 to 1.6.9

Bump mockery/mockery from 1.6.7 to 1.6.9 #47

name: Composer Validate
on:
push:
paths:
- 'composer.json'
- 'composer-lock.json'
pull_request:
paths:
- 'composer.json'
- 'composer-lock.json'
jobs:
composer_validate:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
ref: ${{ github.head_ref }}
- name: Install Composer
uses: php-actions/composer@v6
with:
php_extensions: intl zip sodium pcntl bcmath
args: --ignore-platform-req=ext-pcntl --ignore-platform-req=ext-bcmath
- name: Validate Composer files
run: composer validate