Skip to content

Bump elliptic from 6.5.4 to 6.6.1 #58

Bump elliptic from 6.5.4 to 6.6.1

Bump elliptic from 6.5.4 to 6.6.1 #58

Workflow file for this run

name: Tests
on: [ push ]
jobs:
PHPUnit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: php-actions/composer@v6
with:
php_version: 8.2
- name: PHPUnit Tests
uses: php-actions/phpunit@master
with:
configuration: test/phpunit/phpunit.xml
args: --testdox
version: 9
php_version: 8.2