Skip to content
This repository was archived by the owner on Jan 29, 2020. It is now read-only.

Commit 627f3e8

Browse files
committed
Merge pull request #72 from webimpress/feature/php-7.3-support
Added PHP 7.3 support - updated Travis CI configuration
2 parents ec45749 + 5b400e1 commit 627f3e8

File tree

2 files changed

+12
-5
lines changed

2 files changed

+12
-5
lines changed

.travis.yml

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
sudo: false
2-
31
language: php
42

53
cache:
@@ -19,7 +17,7 @@ matrix:
1917
- php: 5.6
2018
env:
2119
- DEPS=locked
22-
- LEGACY_DEPS="phpunit/phpunit"
20+
- LEGACY_DEPS="phpunit/phpunit phpbench/phpbench doctrine/annotations"
2321
- TEST_COVERAGE=true
2422
- php: 5.6
2523
env:
@@ -30,7 +28,7 @@ matrix:
3028
- php: 7
3129
env:
3230
- DEPS=locked
33-
- LEGACY_DEPS="phpunit/phpunit"
31+
- LEGACY_DEPS="phpunit/phpunit doctrine/annotations"
3432
- CS_CHECK=true
3533
- php: 7
3634
env:
@@ -55,6 +53,15 @@ matrix:
5553
- php: 7.2
5654
env:
5755
- DEPS=latest
56+
- php: 7.3
57+
env:
58+
- DEPS=lowest
59+
- php: 7.3
60+
env:
61+
- DEPS=locked
62+
- php: 7.3
63+
env:
64+
- DEPS=latest
5865

5966
before_install:
6067
- if [[ $TEST_COVERAGE != 'true' ]]; then phpenv config-rm xdebug.ini || true ; fi

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ All notable changes to this project will be documented in this file, in reverse
66

77
### Added
88

9-
- Nothing.
9+
- [#72](https://github.com/zendframework/zend-eventmanager/pull/72) adds support for PHP 7.3.
1010

1111
### Changed
1212

0 commit comments

Comments
 (0)