Skip to content

Replaced mdanter/ecc package with paragonie/ecc, and got rid of secp256k1-php extension #53

Replaced mdanter/ecc package with paragonie/ecc, and got rid of secp256k1-php extension

Replaced mdanter/ecc package with paragonie/ecc, and got rid of secp256k1-php extension #53

Workflow file for this run

name: CI
on:
push:
branches: ["master"]
pull_request:
branches: ["master"]
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: '7.4'
- uses: actions/checkout@v3
- name: Install dependencies
run: composer install --prefer-dist --no-progress
- name: Run test suite
run: composer run-script test
env:
CASPER_PHP_SDK_TEST_NODE_URL: "95.216.240.135:7777"