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

Commit

Permalink
V8.5.0: Switch to PHPUnit 8.5. Drop deprecated things. (#300)
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverklee authored Nov 19, 2021
1 parent 9740072 commit 68086fb
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 4 deletions.
16 changes: 13 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,22 @@
All notable changes to this project will be documented in this file.
This project does **not** adhere to [Semantic Versioning](https://semver.org/).
Instead, the version number mirrors the version number of the
PHPUnit package this extension is intended to be used in conjunction with.
PHPUnit package this extension is intended to be used with.

## x.y.z

### Added

### Changed

### Deprecated

### Removed

### Fixed

## 8.5.0

### Added
- Also run the tests with PHP 8.0 and 8.1 on CI (#278, #289)

Expand All @@ -23,8 +35,6 @@ PHPUnit package this extension is intended to be used in conjunction with.
- Remove the non-namespaced class aliases (#286)
- Drop support for non-Composer projects (#283)

### Fixed

## 7.5.25

### Added
Expand Down
2 changes: 1 addition & 1 deletion ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
$EM_CONF[$_EXTKEY] = [
'title' => 'PHPUnit',
'description' => 'Unit testing for TYPO3. Includes a CLI test runner.',
'version' => '7.5.25',
'version' => '8.5.0',
'category' => 'misc',
'constraints' => [
'depends' => [
Expand Down

0 comments on commit 68086fb

Please sign in to comment.