diff --git a/.github/workflows/php-static-analysis.yml b/.github/workflows/php-static-analysis.yml index 58261ce..2f084cb 100644 --- a/.github/workflows/php-static-analysis.yml +++ b/.github/workflows/php-static-analysis.yml @@ -36,11 +36,8 @@ jobs: coding-standards-analysis-php: if: ${{ (github.event_name != 'workflow_dispatch') || ((github.event.inputs.jobs == 'Run all') || (github.event.inputs.jobs == 'Run PHPCS only')) }} uses: inpsyde/reusable-workflows/.github/workflows/coding-standards-php.yml@main - strategy: - matrix: - php-version: ['8.0', '8.1', '8.2'] with: - PHP_VERSION: ${{ matrix.php-version }} + PHP_VERSION: '8.0' static-code-analysis-php: if: ${{ (github.event_name != 'workflow_dispatch') || ((github.event.inputs.jobs == 'Run all') || (github.event.inputs.jobs == 'Run Psalm only')) }} diff --git a/.gitignore b/.gitignore index 6a78a68..6c97b07 100644 --- a/.gitignore +++ b/.gitignore @@ -15,3 +15,6 @@ # Adding a folder to put things temporarily temp/ +# IDE +.idea/ +