Skip to content

Commit

Permalink
Raise to TYPO3 v13.3
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielSiepmann committed Sep 17, 2024
1 parent f766860 commit 1cfdda1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 9 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -114,10 +114,10 @@ jobs:
typo3-version: '^12.4'
- db-version: '8'
php-version: '8.2'
typo3-version: '^13.2'
typo3-version: '^13.3'
- db-version: '8'
php-version: '8.3'
typo3-version: '^13.2'
typo3-version: '^13.3'
steps:
- uses: actions/checkout@v4

Expand Down Expand Up @@ -167,9 +167,9 @@ jobs:
- php-version: '8.3'
typo3-version: '^12.4'
- php-version: '8.2'
typo3-version: '^13.2'
typo3-version: '^13.3'
- php-version: '8.3'
typo3-version: '^13.2'
typo3-version: '^13.3'
steps:
- uses: actions/checkout@v4

Expand Down
9 changes: 4 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,17 +34,17 @@
"psr/http-server-middleware": "^1.0",
"symfony/console": "^5.2 || ^6.1 || ^7.0",
"symfony/expression-language": "^5.2 || ^6.1 || ^7.0",
"typo3/cms-backend": "^12.4 || ^13.2",
"typo3/cms-core": "^12.4 || ^13.2",
"typo3/cms-dashboard": "^12.4 || ^13.2"
"typo3/cms-backend": "^12.4 || ^13.3",
"typo3/cms-core": "^12.4 || ^13.3",
"typo3/cms-dashboard": "^12.4 || ^13.3"
},
"require-dev": {
"codappix/typo3-php-datasets": "^1.5",
"cweagans/composer-patches": "^1.7",
"friendsofphp/php-cs-fixer": "^3.14",
"phpstan/extension-installer": "^1.1",
"phpstan/phpstan": "^1.10",
"phpunit/phpunit": "^10.1",
"phpunit/phpunit": "^10.5",
"saschaegerer/phpstan-typo3": "^1.10",
"typo3/testing-framework": "^8.0.9"
},
Expand All @@ -58,7 +58,6 @@
},
"extra": {
"typo3/cms": {
"app-dir": ".Build",
"extension-key": "tracking",
"web-dir": ".Build/web"
}
Expand Down

0 comments on commit 1cfdda1

Please sign in to comment.