Skip to content

Bump mockery/mockery from 1.6.9 to 1.6.10 #462

Bump mockery/mockery from 1.6.9 to 1.6.10

Bump mockery/mockery from 1.6.9 to 1.6.10 #462

Workflow file for this run

name: CI
on: [ push, pull_request ]
jobs:
Build:
runs-on: ubuntu-latest
strategy:
matrix:
version: [ '8.1', '8.2' ]
steps:
- uses: actions/checkout@v3
- uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.version }}
- name: Install dependencies
run: composer install --prefer-dist --no-progress --no-suggest
- name: Run tests
run: vendor/bin/phpunit