Skip to content

Commit ecae9ec

Browse files
authored
bump github actions php to 8.4 (laravel#10087)
1 parent 06bc7bd commit ecae9ec

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

pint.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ jobs:
178178
strategy:
179179
fail-fast: true
180180
matrix:
181-
php: [8.3]
181+
php: [8.4]
182182

183183
steps:
184184
- name: Checkout code
@@ -199,6 +199,4 @@ jobs:
199199

200200
- name: Commit linted files
201201
uses: stefanzweifel/git-auto-commit-action@v5
202-
with:
203-
commit_message: "Fixes coding style"
204202
```

0 commit comments

Comments
 (0)