File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2626 - uses : actions/checkout@v2
2727
2828 - name : test against Laravel ${{ matrix.laravel }} on PHP ${{ matrix.php }}
29- run : docker build . --build-arg PHP_VERSION=${{ matrix.php }} --build-arg LARAVEL=${{ matrix.laravel }}
29+ run : docker build . --build-arg PHP_VERSION=${{ matrix.php }} --build-arg LARAVEL=${{ matrix.laravel }}
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -20,4 +20,4 @@ RUN composer install
2020
2121COPY . .
2222
23- RUN vendor/bin/phpunit --configuration phpunit.xml
23+ RUN vendor/bin/phpunit --configuration phpunit.xml
Original file line number Diff line number Diff line change 11# PHP ChromePDF Renderer
22![ Unit tests] ( https://github.com/SynergiTech/chrome-pdf-php/workflows/Unit%20tests/badge.svg )
3- [ ![ Build Status] ( https://travis-ci.org/SynergiTech/chrome-pdf-php.svg?branch=master )] ( https://travis-ci.org/SynergiTech/chrome-pdf-php )
43[ ![ codecov] ( https://codecov.io/gh/SynergiTech/chrome-pdf-php/branch/master/graph/badge.svg )] ( https://codecov.io/gh/SynergiTech/chrome-pdf-php )
54
65_ For pre-V1 documentation [ click here] ( https://github.com/SynergiTech/chrome-pdf-php/blob/v0/README.md ) _
You can’t perform that action at this time.
0 commit comments