Skip to content

Commit

Permalink
chore: PHP CS will return same result for all versions
Browse files Browse the repository at this point in the history
  • Loading branch information
luislard committed Nov 8, 2023
1 parent 1d5b573 commit 6f2c987
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/php-static-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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')) }}
Expand Down
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,6 @@
# Adding a folder to put things temporarily
temp/

# IDE
.idea/

0 comments on commit 6f2c987

Please sign in to comment.