Skip to content

Commit 5c37827

Browse files
authored
Test on PHP 7.2 and 7.3 AND changelog (#125)
* Test on PHP 7.2 and 7.3 * Added changelog * added fix for puli and php 7.3 * fixes * Minorsw
1 parent 5cdb79f commit 5c37827

File tree

2 files changed

+13
-10
lines changed

2 files changed

+13
-10
lines changed

.travis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ php:
1111
- 5.6
1212
- 7.0
1313
- 7.1
14+
- 7.2
15+
- 7.3
1416

1517
env:
1618
global:
@@ -23,14 +25,12 @@ branches:
2325

2426
matrix:
2527
allow_failures:
26-
- php: hhvm
27-
dist: trusty
28+
- php: 7.3
2829
fast_finish: true
2930
include:
3031
- php: 5.5
3132
env: COMPOSER_FLAGS="--prefer-stable --prefer-lowest" COVERAGE=true TEST_COMMAND="composer test-ci" PULI_VERSION=1.0.0-beta9
32-
- php: hhvm
33-
dist: trusty
33+
3434

3535
before_install:
3636
- if [[ $COVERAGE != true ]]; then phpenv config-rm xdebug.ini || true; fi

CHANGELOG.md

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,19 @@
11
# Change Log
22

3+
## 1.6.0 - UNRELEASED
4+
5+
### Added
6+
7+
- Support for PSR-17 factories
8+
- Support for PSR-18 clients
9+
310
## 1.5.2 - 2018-12-31
411

512
Corrected mistakes in 1.5.1. The different between 1.5.2 and 1.5.0 is that
613
we removed some PHP 7 code.
714

15+
https://github.com/php-http/discovery/compare/1.5.0...1.5.2
16+
817
## 1.5.1 - 2018-12-31
918

1019
This version added new features by mistake. These are reverted in 1.5.2.
@@ -15,12 +24,6 @@ Do not use 1.5.1.
1524

1625
- Removed PHP 7 code
1726

18-
## 1.5.1 - 2018-12-30
19-
20-
### Fixed
21-
22-
- Removed PHP 7 code
23-
2427
## 1.5.0 - 2018-12-30
2528

2629
### Added

0 commit comments

Comments
 (0)