Skip to content

ISBN ranges automatic update #154

ISBN ranges automatic update

ISBN ranges automatic update #154

Workflow file for this run

name: Tests
on:
push:
branches:
- main
- next
pull_request:
branches:
- main
- next
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
php: [ '7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4' ]
steps:
- uses: actions/checkout@v4
- uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php }}
- name: Validate composer.json and composer.lock
run: composer validate
- uses: "ramsey/composer-install@v1"
with:
dependency-versions: "highest"
- name: Run test suite
run: composer test