Skip to content

Commit eda2c32

Browse files
committed
moving pint into action to allow older php versions
1 parent 1bf74d7 commit eda2c32

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
run: vendor/bin/phpunit
4040

4141
- name: Run coding standard checks
42-
run: vendor/bin/pint
42+
uses: aglipanci/laravel-pint-action@latest
4343

4444
- name: Auto-commit php-cs-fixer changes
4545
uses: stefanzweifel/git-auto-commit-action@v4

composer.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121
"illuminate/support": "^8.0|^9.0|^10|^11"
2222
},
2323
"require-dev": {
24-
"laravel/pint": "^1.21",
2524
"nunomaduro/larastan": "^1.0",
2625
"orchestra/testbench": "^6.23.0|^7.0.0",
2726
"phpunit/phpunit": "^9.3.9"

0 commit comments

Comments
 (0)