Skip to content
This repository has been archived by the owner on Dec 9, 2023. It is now read-only.

Commit

Permalink
[FEATURE] Add support for PHP 7.4 (#200)
Browse files Browse the repository at this point in the history
Fixes #195
  • Loading branch information
oliverklee committed Nov 24, 2020
1 parent 5c91c84 commit 67aa814
Show file tree
Hide file tree
Showing 93 changed files with 4,910 additions and 1,238 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
- 7.1
- 7.2
- 7.3
- 7.4
unit-tests:
name: "Unit tests"
runs-on: ubuntu-20.04
Expand Down Expand Up @@ -88,6 +89,7 @@ jobs:
php-version:
- 7.2
- 7.3
- 7.4
typo3-version:
- ^8.7
- ^9.5
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ This project adheres to [Semantic Versioning](https://semver.org/).

## 6.5.16

### Added
- Add support for PHP 7.4 (#200)

### Changed
- Switch the CI from Travis CI to GitHub actions (#199)

Expand Down
2 changes: 1 addition & 1 deletion Resources/Private/Php/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"license": "GPL-2.0-or-later",
"require": {
"phpunit/phpunit": "^6.5.14",
"mikey179/vfsstream": "^1.6.7"
"mikey179/vfsstream": "^1.6.8"
},
"prefer-stable": true,
"config": {
Expand Down

0 comments on commit 67aa814

Please sign in to comment.