Skip to content

Bump phpunit/phpunit from 10.5.32 to 10.5.33 #558

Bump phpunit/phpunit from 10.5.32 to 10.5.33

Bump phpunit/phpunit from 10.5.32 to 10.5.33 #558

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