Skip to content

Commit

Permalink
[TASK] Use TYPO3 13.4+ and 13.4.x-dev after TYPO3 13 LTS release
Browse files Browse the repository at this point in the history
  • Loading branch information
dkd-kaehm committed Oct 16, 2024
1 parent a4596d4 commit 0fd63e1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-matrix.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"main": {
"PHP": [ "8.2", "8.3" ],
"TYPO3": [ "dev-main" ]
"TYPO3": [ "13" ,"13.4.x-dev" ]
}
}
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"phpunit/phpunit": "^11.4",
"typo3/cms-fluid-styled-content": "*",
"typo3/coding-standards": "v0.8.0",
"typo3/testing-framework": "dev-main#5787ec240dc634665e09fca500f307828dee07f1",
"typo3/testing-framework": "^9.0.1",
"phpstan/phpstan": "^1.11",
"phpstan/phpstan-phpunit": "^1.3"
},
Expand Down

0 comments on commit 0fd63e1

Please sign in to comment.