Skip to content

Commit

Permalink
[TASK] Run tests with TYPO3 13.4
Browse files Browse the repository at this point in the history
  • Loading branch information
nhovratov committed Oct 18, 2024
1 parent c8ad75c commit d7f50c3
Showing 1 changed file with 4 additions and 4 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.2 --prefer-dist --no-progress
run: composer require typo3/cms-core:^13.4 --prefer-dist --no-progress

- name: PHP CS Fixer
run: Build/Scripts/runTests.sh -s cgl -n
Expand All @@ -57,7 +57,7 @@ jobs:
- TYPO3: '12.4'
php: '8.2'
phpunit: '10'
- TYPO3: '13.2'
- TYPO3: '13.4'
php: '8.2'
phpunit: '11'
steps:
Expand Down Expand Up @@ -86,7 +86,7 @@ jobs:
run: Build/Scripts/runTests.sh -s unit -p ${{ matrix.php }}

PHPStan:
name: PHPStan TYPO3 13.2 PHP 8.2
name: PHPStan TYPO3 13.4 PHP 8.2
runs-on: ubuntu-latest

steps:
Expand All @@ -109,7 +109,7 @@ jobs:
restore-keys: ${{ runner.os }}-composer-

- name: Install dependencies
run: composer require typo3/cms-core:^13.2 --prefer-dist --no-progress
run: composer require typo3/cms-core:^13.4 --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

0 comments on commit d7f50c3

Please sign in to comment.