Skip to content

Commit 6f57c0d

Browse files
authored
Enable PHP 7.4 in CI (#102)
1 parent 0c6e753 commit 6f57c0d

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
language: php
22
php:
33
- nightly
4+
- 7.4
45
- 7.3
56
- 7.2
67
- 7.1

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [0.12.28] - 2020-01-27
8+
9+
### Fixed
10+
- Trying to access array offset on value of type null in PHP 7.4, [#101](https://github.com/swaggest/php-json-schema/pull/101).
711

812
## [0.12.27] - 2020-01-26
913

@@ -45,6 +49,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4549
### Changed
4650
- Export `null` value instead of skipping it for properties having `null` type.
4751

52+
[0.12.28]: https://github.com/swaggest/php-json-schema/compare/v0.12.27...v0.12.28
4853
[0.12.27]: https://github.com/swaggest/php-json-schema/compare/v0.12.26...v0.12.27
4954
[0.12.26]: https://github.com/swaggest/php-json-schema/compare/v0.12.25...v0.12.26
5055
[0.12.25]: https://github.com/swaggest/php-json-schema/compare/v0.12.24...v0.12.25

0 commit comments

Comments
 (0)