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 ac9e1f0 commit bb3ea63Copy full SHA for bb3ea63
.github/workflows/static-analysis.yml
@@ -1,4 +1,4 @@
1
-name: Static Analysis (only informative)
+name: Static Analysis
2
3
on: [push, pull_request]
4
@@ -10,9 +10,8 @@ jobs:
10
- uses: actions/checkout@v4
11
- uses: shivammathur/setup-php@v2
12
with:
13
- php-version: 8.2
+ php-version: 8.5
14
coverage: none
15
16
- run: composer install --no-progress --prefer-dist
17
- run: composer phpstan -- --no-progress
18
- continue-on-error: true # is only informative
0 commit comments