Skip to content

Bump tecnickcom/tcpdf from 6.7.7 to 6.8.0 (#36) #158

Bump tecnickcom/tcpdf from 6.7.7 to 6.8.0 (#36)

Bump tecnickcom/tcpdf from 6.7.7 to 6.8.0 (#36) #158

Workflow file for this run

name: phpunit
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: 7.4
- name: Validate composer.json and composer.lock
run: composer validate
- name: Install dependencies
run: composer install
- name: Run test suite
run: composer run-script test
env:
POSTNORD_APIKEY: ${{ secrets.POSTNORD_APIKEY }}