Skip to content

Commit fd1c049

Browse files
committed
test 7.4, add GH actions badge
1 parent ea370e2 commit fd1c049

3 files changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: [ubuntu-latest]
88
strategy:
99
matrix:
10-
php-versions: ['7.1', '7.2', '7.3']
10+
php-versions: ['7.1', '7.2', '7.3', '7.4']
1111
name: Tests - ${{ matrix.php-versions }}
1212
steps:
1313
- name: Checkout

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ php:
44
- '7.1'
55
- '7.2'
66
- '7.3'
7+
- '7.4'
78

89
before_script:
910
- travis_retry composer self-update

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# PHP ChromePDF Renderer
2+
![Unit tests](https://github.com/SynergiTech/chrome-pdf-php/workflows/Unit%20tests/badge.svg)
23
[![Build Status](https://travis-ci.org/SynergiTech/chrome-pdf-php.svg?branch=master)](https://travis-ci.org/SynergiTech/chrome-pdf-php)
34
[![codecov](https://codecov.io/gh/SynergiTech/chrome-pdf-php/branch/master/graph/badge.svg)](https://codecov.io/gh/SynergiTech/chrome-pdf-php)
45

0 commit comments

Comments
 (0)