Skip to content

Commit 92c0f7f

Browse files
committed
made static analysis mandatory
1 parent ab479f0 commit 92c0f7f

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed
Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
1-
name: Static Analysis (only informative)
1+
name: Static Analysis
22

3-
on:
4-
push:
5-
branches:
6-
- master
3+
on: [push, pull_request]
74

85
jobs:
96
phpstan:
@@ -13,9 +10,8 @@ jobs:
1310
- uses: actions/checkout@v4
1411
- uses: shivammathur/setup-php@v2
1512
with:
16-
php-version: 8.1
13+
php-version: 8.5
1714
coverage: none
1815

1916
- run: composer install --no-progress --prefer-dist
2017
- run: composer phpstan -- --no-progress
21-
continue-on-error: true # is only informative

0 commit comments

Comments
 (0)