Skip to content

Remove version number from composer.json #5

Remove version number from composer.json

Remove version number from composer.json #5

Workflow file for this run

name: Test
on: pull_request
jobs:
test:
name: PHP ${{ matrix.php }}
runs-on: ubuntu-latest
strategy:
matrix:
php: [ '8.0', '8.1', '8.2' ]
steps:
- uses: actions/checkout@v3
- uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php }}
- uses: ramsey/composer-install@v2
- name: Run tests
run: vendor/bin/phpunit