Skip to content

Merge branch 'main' of https://github.com/wooserv/php-objectid #2

Merge branch 'main' of https://github.com/wooserv/php-objectid

Merge branch 'main' of https://github.com/wooserv/php-objectid #2

Workflow file for this run

name: Tests
on: [push, pull_request]
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: shivammathur/setup-php@v2
with:
php-version: 8.3
- run: composer install
- run: vendor/bin/phpunit --colors=always