Skip to content

Fix multipleOf bugs in Number type #115

Fix multipleOf bugs in Number type

Fix multipleOf bugs in Number type #115

Workflow file for this run

name: Tests
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
php-versions: ['8.1', '8.2']
steps:
- uses: actions/checkout@v3
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php-versions }}
extensions: json
coverage: none
- name: Install dependencies
run: composer install --prefer-dist
- name: Run test suite
run: composer run-script test