Skip to content

build(deps-dev): bump jane-php/json-schema from 7.5.5 to 7.8.1 #23

build(deps-dev): bump jane-php/json-schema from 7.5.5 to 7.8.1

build(deps-dev): bump jane-php/json-schema from 7.5.5 to 7.8.1 #23

Workflow file for this run

name: PHP test
on:
pull_request:
types:
- opened
- edited
- synchronize
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: shivammathur/setup-php@v2
with:
php-version: '8.2'
- run: composer install
- run: composer dump-autoload
- run: ./vendor/bin/phpunit test