Skip to content

Commit cff8bc5

Browse files
committed
align master to b3.0.0
1 parent 86b4751 commit cff8bc5

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.scrutinizer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ tools:
1414

1515
build:
1616
environment:
17-
php: 7.1
17+
php: 8.0
1818
tests:
1919
override:
2020
-

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,19 @@ All notable changes to this project will be documented in this file.
66
The format is based on [Keep a Changelog](http://keepachangelog.com/)
77
and this project adheres to [Semantic Versioning](http://semver.org/).
88

9-
## [v2.0.1](https://github.com/linna/typed-array/compare/v2.0.0...v2.0.1) - 2019-03-XX
9+
## [v2.0.1](https://github.com/linna/typed-array/compare/v2.0.0...v2.0.1) - 2020-03-23
1010

1111
### Added
1212
- php 7.3 support
13+
- php 7.4 support
1314

1415
### Changed
1516
- `.scrutinizer.yml` updated for use phpunit from `vendor` directory
1617
- Merge pull request #14 from peter279k/enhance_stuffs with code enhancements
1718

19+
### Removed
20+
- Travis CI usage for test build.
21+
1822
## [v2.0.0](https://github.com/linna/typed-array/compare/v1.0.5...v2.0.0) - 2018-08-13
1923

2024
### Changed

0 commit comments

Comments
 (0)