Skip to content

Commit

Permalink
[TASK] Limit ci tests to TYPO3 v12
Browse files Browse the repository at this point in the history
  • Loading branch information
buepro committed Oct 19, 2024
1 parent 2dad2e1 commit d4193ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d4193ca

Please sign in to comment.