Skip to content

Commit

Permalink
Force pint version for stable fixing
Browse files Browse the repository at this point in the history
  • Loading branch information
aguingand committed Dec 18, 2024
1 parent ad1f201 commit 97dd3d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
coverage: none

- name: Install Pint
run: composer global require laravel/pint
run: composer global require laravel/pint:1.18.3

- name: Run Pint
run: pint
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"dms/phpunit-arraysubset-asserts": "^0.4|^0.5",
"doctrine/dbal": "^3.5",
"friendsofphp/php-cs-fixer": "^3.8",
"laravel/pint": "^1.18",
"laravel/pint": "1.18.3",
"mockery/mockery": "^1.5.0",
"nunomaduro/collision": "^7.0|^8.0",
"orchestra/testbench": "^8.0|^9.0",
Expand Down

0 comments on commit 97dd3d2

Please sign in to comment.