Skip to content

Commit 4aee904

Browse files
authored
Use Node 24-compatible GitHub Actions (#23)
* Use Node 24-compatible GitHub Actions * Run PHPStan workflow on workflow changes
1 parent 3644161 commit 4aee904

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/larastan.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
paths:
66
- '**.php'
7+
- '.github/workflows/larastan.yml'
78
- 'phpstan.neon.dist'
89

910
jobs:
@@ -21,7 +22,7 @@ jobs:
2122
coverage: none
2223

2324
- name: Install composer dependencies
24-
uses: ramsey/composer-install@v3
25+
uses: ramsey/composer-install@v4
2526
with:
2627
dependency-versions: "highest"
2728
composer-options: "--no-scripts"

0 commit comments

Comments
 (0)