Skip to content

Commit

Permalink
composer
Browse files Browse the repository at this point in the history
  • Loading branch information
datengraben committed Feb 7, 2025
1 parent e43dc6e commit c83798f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/phpcbf-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,11 @@ jobs:
- name: Set up PHP
uses: shivammathur/setup-php@v2
with:
php-version: '7.4' # Adjust this to your PHP version
php-version: '8.1' # Adjust this to your PHP version
extensions: uopz

- name: Install PHP_CodeSniffer
run: composer install
run: composer install --prefer-dist --no-progress --ignore-platform-reqs

- name: Run phpcbf
run: |
Expand Down

0 comments on commit c83798f

Please sign in to comment.