Skip to content

Commit 0d70609

Browse files
committed
made static analysis mandatory
1 parent a2181b0 commit 0d70609

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.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.1
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)