Skip to content

Commit

Permalink
[TASK] Require TYPO3 13.2
Browse files Browse the repository at this point in the history
  • Loading branch information
nhovratov committed Jul 9, 2024
1 parent 929d24d commit c59ac1a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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:
Expand All @@ -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
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.",
Expand Down

0 comments on commit c59ac1a

Please sign in to comment.