mirror of
https://github.com/FriendsOfTYPO3/tea.git
synced 2024-11-10 06:36:13 +01:00
[TASK] Bump the code coverage generation to TYPO3 11LTS and PHP 8.1 (#417)
We should use the latest TYPO3 and PHP versions for code coverage generation.
This commit is contained in:
parent
77b49997a4
commit
fd2e9213ab
1 changed files with 2 additions and 2 deletions
4
.github/workflows/codecoverage.yml
vendored
4
.github/workflows/codecoverage.yml
vendored
|
@ -62,6 +62,6 @@ jobs:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
php-version:
|
php-version:
|
||||||
- 7.4
|
- 8.1
|
||||||
typo3-version:
|
typo3-version:
|
||||||
- ^10.4
|
- ^11.5
|
||||||
|
|
Loading…
Reference in a new issue