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

Commit

Permalink
Release: Improve compatibility with TYPO3 10LTS and PHP 7.4 (#210)
Browse files Browse the repository at this point in the history
Fixes #205
  • Loading branch information
oliverklee committed Nov 24, 2020
1 parent 6a6c280 commit 3787f64
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@ jobs:
run: ls -liAsh ./

- name: Upload EXT:${{ env.TYPO3_EXTENSION_KEY }} as ${{ github.event.ref }} to TER
run: ter-client upload $TYPO3_EXTENSION_KEY "./$TYPO3_EXTENSION_KEY" -u "$TYPO3_USER" -p "$TYPO3_PASSWORD" -m "new version"
run: ter-client upload $TYPO3_EXTENSION_KEY "./$TYPO3_EXTENSION_KEY" -u "$TYPO3_USER" -p "$TYPO3_PASSWORD" -m "${{ github.event.head_commit.message }}"
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ This project does **not** adhere to [Semantic Versioning](https://semver.org/).
Instead, the version number mirrors the version number of the
included PHPUnit package.

## x.y.z
## 7.5.22

### Added
- Lint the code with PHP 8 (#198)
Expand Down
2 changes: 1 addition & 1 deletion Documentation/Settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ conf.py:
copyright: 2020
project: PHPUnit
version: 7.5
release: 7.5.21
release: 7.5.22
latex_documents:
- - Index
- phpunit.tex
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 PHPUnit and a CLI test runner.',
'version' => '7.5.21',
'version' => '7.5.22',
'category' => 'misc',
'constraints' => [
'depends' => [
Expand Down

0 comments on commit 3787f64

Please sign in to comment.