We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37770de commit 406dcf8Copy full SHA for 406dcf8
1 file changed
.github/workflows/static-analysis.yml
@@ -1,9 +1,6 @@
1
-name: Static Analysis (only informative)
+name: Static Analysis
2
3
-on:
4
- push:
5
- branches:
6
- - master
+on: [push, pull_request]
7
8
jobs:
9
phpstan:
@@ -13,9 +10,8 @@ jobs:
13
10
- uses: actions/checkout@v4
14
11
- uses: shivammathur/setup-php@v2
15
12
with:
16
- php-version: 8.1
+ php-version: 8.5
17
coverage: none
18
19
- run: composer install --no-progress --prefer-dist
20
- run: composer phpstan -- --no-progress
21
- continue-on-error: true # is only informative
0 commit comments