Skip to content

Commit

Permalink
Added PHP 7.3 to CI
Browse files Browse the repository at this point in the history
Fixed binary qrcode test data
  • Loading branch information
mazinsw committed Jul 11, 2019
1 parent 1bbf6b5 commit 93802c2
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .scrutinizer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ build:
environment:
php: '7.1'
php: '7.2'
php: '7.3'

filter:
excluded_paths:
Expand Down
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ language: php
php:
- 7.1
- 7.2
- 7.3

before_script:
- composer install --no-interaction --prefer-source
Expand Down
Binary file modified tests/resources/qrcode_controlid.bin
Binary file not shown.
Binary file modified tests/resources/qrcode_generic.bin
Binary file not shown.

0 comments on commit 93802c2

Please sign in to comment.