From d4193ca295d72bc8c6c022e22032beeede5efbb3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roman=20B=C3=BCchler?= Date: Sat, 19 Oct 2024 17:30:03 +0300 Subject: [PATCH] [TASK] Limit ci tests to TYPO3 v12 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b4ffd1dca..c8962e29d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -74,7 +74,7 @@ jobs: composer ci:php:lint - id: phpstan name: PHPStan - if: ${{ always() && steps.install.conclusion == 'success' }} + if: ${{ always() && steps.install.conclusion == 'success' && matrix.typo3 == '12' }} run: | composer ci:php:stan -- --error-format=github - id: tests_unit