File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 14
14
15
15
build :
16
16
environment :
17
- php : 7.1
17
+ php : 8.0
18
18
tests :
19
19
override :
20
20
-
Original file line number Diff line number Diff line change @@ -6,15 +6,19 @@ All notable changes to this project will be documented in this file.
6
6
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ )
7
7
and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
8
8
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
10
10
11
11
### Added
12
12
- php 7.3 support
13
+ - php 7.4 support
13
14
14
15
### Changed
15
16
- ` .scrutinizer.yml ` updated for use phpunit from ` vendor ` directory
16
17
- Merge pull request #14 from peter279k/enhance_stuffs with code enhancements
17
18
19
+ ### Removed
20
+ - Travis CI usage for test build.
21
+
18
22
## [ v2.0.0] ( https://github.com/linna/typed-array/compare/v1.0.5...v2.0.0 ) - 2018-08-13
19
23
20
24
### Changed
You can’t perform that action at this time.
0 commit comments