Skip to content

Commit 3c8f16f

Browse files
committed
made static analysis mandatory
1 parent f538ad6 commit 3c8f16f

1 file changed

Lines changed: 2 additions & 6 deletions

File tree

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
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@v6
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
21-
continue-on-error: true # is only informative

0 commit comments

Comments
 (0)