From 7fb72e5d3a968281a41d4e5536919d6d2b2a94b8 Mon Sep 17 00:00:00 2001 From: Jason Varga Date: Tue, 18 Jun 2024 19:13:21 -0400 Subject: [PATCH] [5.x] Lock pint version (#10326) --- .github/workflows/pint-fix.yml | 2 ++ .github/workflows/pint-lint.yml | 1 + composer.json | 2 +- 3 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/pint-fix.yml b/.github/workflows/pint-fix.yml index d1ce77636c..7563200c5d 100644 --- a/.github/workflows/pint-fix.yml +++ b/.github/workflows/pint-fix.yml @@ -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 diff --git a/.github/workflows/pint-lint.yml b/.github/workflows/pint-lint.yml index 49cd0b77ea..732b5ed824 100644 --- a/.github/workflows/pint-lint.yml +++ b/.github/workflows/pint-lint.yml @@ -18,3 +18,4 @@ jobs: with: testMode: true verboseMode: true + pintVersion: 1.16.0 diff --git a/composer.json b/composer.json index 7e2b6c8b01..c4a7318d79 100644 --- a/composer.json +++ b/composer.json @@ -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"