Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nielslange committed Oct 29, 2024
1 parent bf923ff commit 4b3ea7a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
php-version: '8.2'

- name: Install Composer dependencies
uses: ramsey/composer-install@v2
uses: ramsey/composer-install@v3

- name: Show PHPCS sniffs
run: ./vendor/bin/phpcs -i
Expand All @@ -40,7 +40,7 @@ jobs:
php-version: '8.2'

- name: Install Composer dependencies
uses: ramsey/composer-install@v2
uses: ramsey/composer-install@v3

- name: Show PHPLint version info
run: ./vendor/bin/phplint --version
Expand All @@ -61,7 +61,7 @@ jobs:
php-version: '8.2'

- name: Install Composer dependencies
uses: ramsey/composer-install@v2
uses: ramsey/composer-install@v3

- name: Show PHPCS sniffs
run: ./vendor/bin/phpcs -i
Expand Down

0 comments on commit 4b3ea7a

Please sign in to comment.