Skip to content

Commit 5be8590

Browse files
authored
phpstan (#3)
1 parent a162857 commit 5be8590

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/phpstan.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+
- 'composer.json'
78
- 'phpstan.neon'
89
- '.github/workflows/phpstan.yml'
910

@@ -18,7 +19,7 @@ jobs:
1819
- name: Setup PHP
1920
uses: shivammathur/setup-php@v2
2021
with:
21-
php-version: '8.2'
22+
php-version: '8.3'
2223
coverage: none
2324

2425
- name: Install composer dependencies

0 commit comments

Comments
 (0)