Skip to content

Commit

Permalink
[5.x] Lock pint version (#10326)
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonvarga authored Jun 18, 2024
1 parent 84af7e1 commit 7fb72e5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/pint-fix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ jobs:

- name: Fix PHP code style issues
uses: aglipanci/laravel-pint-action@v2
with:
pintVersion: 1.16.0

- name: Commit changes
uses: stefanzweifel/git-auto-commit-action@v5
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/pint-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,4 @@ jobs:
with:
testMode: true
verboseMode: true
pintVersion: 1.16.0
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"doctrine/dbal": "^3.6",
"fakerphp/faker": "~1.10",
"google/cloud-translate": "^1.6",
"laravel/pint": "^1.0",
"laravel/pint": "1.16.0",
"mockery/mockery": "^1.3.3",
"orchestra/testbench": "^8.0 || ^9.0",
"phpunit/phpunit": "^10.0"
Expand Down

0 comments on commit 7fb72e5

Please sign in to comment.