Skip to content

Commit 37fa1d9

Browse files
committed
.github/workflows/test.yml: run phpstan on PHP 8.4
1 parent 1287d68 commit 37fa1d9

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/test.yml

+5-2
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,11 @@ jobs:
3434
phpstan:
3535
runs-on: ubuntu-latest
3636
steps:
37-
- uses: actions/checkout@v2
38-
- uses: actions/cache@v2
37+
- uses: actions/checkout@v4
38+
- uses: shivammathur/setup-php@v2
39+
with:
40+
php-version: 8.4
41+
- uses: actions/cache@v4
3942
with:
4043
path: vendor
4144
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}

0 commit comments

Comments
 (0)