From 6f2c987ddc11d1f576dd5496882423ffc441e51a Mon Sep 17 00:00:00 2001 From: Luis Rosales Date: Wed, 8 Nov 2023 14:43:33 +0100 Subject: [PATCH] chore: PHP CS will return same result for all versions --- .github/workflows/php-static-analysis.yml | 5 +---- .gitignore | 3 +++ 2 files changed, 4 insertions(+), 4 deletions(-) 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/ +