diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index d1006242..c0fc0e3c 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -39,7 +39,7 @@ jobs: restore-keys: ${{ runner.os }}-composer- - name: Install dependencies - run: composer require typo3/cms-core:^13.1 --prefer-dist --no-progress + run: composer require typo3/cms-core:^13.2 --prefer-dist --no-progress - name: PHP CS Fixer run: Build/Scripts/runTests.sh -s cgl -n @@ -56,7 +56,7 @@ jobs: include: - TYPO3: '12.4' php: '8.2' - - TYPO3: '13.1' + - TYPO3: '13.2' php: '8.2' steps: - name: Setup PHP @@ -84,7 +84,7 @@ jobs: run: Build/Scripts/runTests.sh -s unit -p ${{ matrix.php }} PHPStan: - name: PHPStan TYPO3 13.1 PHP 8.2 + name: PHPStan TYPO3 13.2 PHP 8.2 runs-on: ubuntu-latest steps: @@ -107,7 +107,7 @@ jobs: restore-keys: ${{ runner.os }}-composer- - name: Install dependencies - run: composer require typo3/cms-core:^13.1 --prefer-dist --no-progress + run: composer require typo3/cms-core:^13.2 --prefer-dist --no-progress - name: PHPStan run: XDEBUG_MODE="off" .Build/bin/phpstan analyse -c Build/phpstan/phpstan.neon --no-progress --no-interaction --memory-limit 4G diff --git a/composer.json b/composer.json index da02f5f6..a7cdf7a1 100644 --- a/composer.json +++ b/composer.json @@ -64,11 +64,11 @@ "require": { "php": "^8.1", "ext-json": "*", - "typo3/cms-core": "^13.1 || ^12.4", - "typo3/cms-backend": "^13.1 || ^12.4", - "typo3/cms-fluid": "^13.1 || ^12.4", - "typo3/cms-fluid-styled-content": "^13.1 || ^12.4", - "typo3/cms-install": "^13.1 || ^12.4" + "typo3/cms-core": "^13.2 || ^12.4", + "typo3/cms-backend": "^13.2 || ^12.4", + "typo3/cms-fluid": "^13.2 || ^12.4", + "typo3/cms-fluid-styled-content": "^13.2 || ^12.4", + "typo3/cms-install": "^13.2 || ^12.4" }, "suggest": { "b13/container": "Allows creating container elements to place your Mask elements into.",