Skip to content

Commit

Permalink
[TASK] Raise tests to minimal 13.1 version
Browse files Browse the repository at this point in the history
  • Loading branch information
nhovratov committed Apr 24, 2024
1 parent 40fdad3 commit 009255e
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.0 --prefer-dist --no-progress
run: composer require typo3/cms-core:^13.1 --prefer-dist --no-progress

- name: PHP CS Fixer
run: Build/Scripts/runTests.sh -s cgl -n
Expand All @@ -58,7 +58,7 @@ jobs:
php: '8.1'
- TYPO3: '12.4'
php: '8.2'
- TYPO3: '13.0'
- TYPO3: '13.1'
php: '8.2'
steps:
- name: Setup PHP
Expand Down Expand Up @@ -86,7 +86,7 @@ jobs:
run: Build/Scripts/runTests.sh -s unit -p ${{ matrix.php }}

PHPStan:
name: PHPStan TYPO3 13.0 PHP 8.2
name: PHPStan TYPO3 13.1 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.0 --prefer-dist --no-progress
run: composer require typo3/cms-core:^13.1 --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 009255e

Please sign in to comment.