Skip to content

Use the current GitHub Status API (#4) #4

Use the current GitHub Status API (#4)

Use the current GitHub Status API (#4) #4

Workflow file for this run

name: Tests
on:
push:
pull_request:
jobs:
tests:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
php: ['7.1', '8.5']
steps:
- uses: actions/checkout@v4
- uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php }}
coverage: none
- run: composer update --prefer-dist --no-interaction
- run: vendor/bin/phpunit