Skip to content

Commit

Permalink
[TASK] Fix automatic tests
Browse files Browse the repository at this point in the history
  • Loading branch information
NeoBlack committed Aug 5, 2020
1 parent 2da2f61 commit a031b94
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug-report.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ labels:

## Prerequisites

* [ ] Can you reproduce the problem on TYPO3 v8.7 LTS
* [ ] Can you reproduce the problem on TYPO3 v9.5 LTS
* [ ] Can you reproduce the problem on TYPO3 v10.4 LTS
* [ ] Did you [perform a cursory search](https://github.com/issues?utf8=%E2%9C%93&q=is%3Aissue+repo%3ATYPO3GmbH%2Fblog) to see if your bug or feature is already reported?

## Description
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
strategy:
fail-fast: false
matrix:
typo3: [^10.0, dev-master]
typo3: [^10.4, dev-master]
php: ['7.2', '7.3', '7.4']

steps:
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
"require-dev": {
"friendsofphp/php-cs-fixer": "^2.14",
"roave/security-advisories": "dev-master",
"typo3/testing-framework": "^4.9 || ^5.0",
"typo3/testing-framework": "^4.9 || ^5.0 || ^6.3",
"bk2k/extension-helper": "^1.0",
"overtrue/phplint": "^1.1"
}
Expand Down

0 comments on commit a031b94

Please sign in to comment.