Skip to content

Commit

Permalink
Do not run style fixer on 8.1 and 8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
trowski committed Feb 13, 2024
1 parent 2fa5e7c commit 8672d87
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,12 @@ jobs:
include:
- operating-system: 'ubuntu-latest'
php-version: '8.1'
style-fix: none
composer-require-checker-version: none

- operating-system: 'ubuntu-latest'
php-version: '8.2'
style-fix: none
composer-require-checker-version: none

- operating-system: 'ubuntu-latest'
Expand Down Expand Up @@ -100,7 +102,7 @@ jobs:
run: vendor/bin/php-cs-fixer --diff --dry-run -v fix

- name: Install composer-require-checker
run: php -r 'file_put_contents("composer-require-checker.phar", file_get_contents("https://github.com/maglnet/ComposerRequireChecker/releases/download/3.7.0/composer-require-checker.phar"));'
run: php -r 'file_put_contents("composer-require-checker.phar", file_get_contents("https://github.com/maglnet/ComposerRequireChecker/releases/download/4.2.0/composer-require-checker.phar"));'
if: runner.os != 'Windows' && matrix.composer-require-checker-version != 'none'

- name: Run composer-require-checker
Expand Down

0 comments on commit 8672d87

Please sign in to comment.