Skip to content

Commit bb3ea63

Browse files
committed
made static analysis mandatory
1 parent ac9e1f0 commit bb3ea63

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/static-analysis.yml

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

33
on: [push, pull_request]
44

@@ -10,9 +10,8 @@ jobs:
1010
- uses: actions/checkout@v4
1111
- uses: shivammathur/setup-php@v2
1212
with:
13-
php-version: 8.2
13+
php-version: 8.5
1414
coverage: none
1515

1616
- run: composer install --no-progress --prefer-dist
1717
- run: composer phpstan -- --no-progress
18-
continue-on-error: true # is only informative

0 commit comments

Comments
 (0)