Skip to content

Commit

Permalink
Update tools to have versions attached to them
Browse files Browse the repository at this point in the history
  • Loading branch information
danijelgalic committed Nov 15, 2024
1 parent d736779 commit 04a73cf
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CodeCoverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
with:
php-version: '8.3'
extensions: mbstring
tools: phpunit
tools: phpunit:11.4
- name: Run PHPUnit and collect coverage
run: phpunit --log-junit junit.xml --coverage-clover coverage.xml .
- name: Upload coverage to Codecov
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/PHPMD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
with:
php-version: 8.3
coverage: none
tools: phpmd
tools: phpmd:2.15
- name: Run PHPMD
run: phpmd . sarif phpmd.xml --reportfile phpmd-results.sarif
continue-on-error: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/PHPStan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ jobs:
with:
php-version: ${{ matrix.php-versions }}
extensions: mbstring
tools: phpstan
tools: phpstan:2.0
- name: Run PHPStan
run: phpstan analyse --memory-limit=256M
2 changes: 1 addition & 1 deletion .github/workflows/PHPUnit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ jobs:
with:
php-version: ${{ matrix.php-versions }}
extensions: mbstring
tools: phpunit
tools: phpunit:11.4
- name: Run PHPUnit
run: phpunit

0 comments on commit 04a73cf

Please sign in to comment.