Skip to content

Fixed package versions for compatibility with ramsey/uuid #134

Fixed package versions for compatibility with ramsey/uuid

Fixed package versions for compatibility with ramsey/uuid #134

Workflow file for this run

name: Unit Test (PHPUnit)
on: push
jobs:
phpunit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: '8.1'
tools: composer, phpunit
extensions: ds, gmp, sockets
coverage: none
#
- name: Install composer dependencies
uses: php-actions/composer@v6
with:
php_version: "8.1"
php_extensions: gmp sockets bcmath
version: latest
- name: Run PHPUnit
run: vendor/bin/phpunit ./tests