Skip to content

add test as an example to show how to pass in extra data in batch cal… #324

add test as an example to show how to pass in extra data in batch cal…

add test as an example to show how to pass in extra data in batch cal… #324

Workflow file for this run

name: 'Build'
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
php-versions: ['8.1', '8.3']
steps:
- uses: actions/checkout@v2
- uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php-versions }}
- run: composer install --ignore-platform-reqs
- uses: zcong1993/setup-timezone@master
with:
timezone: Europe/Brussels
- run: vendor/bin/paratest
env:
DEMO_COMPANY_SECRET_KEY: ${{ secrets.DEMO_COMPANY_SECRET_KEY }}