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 303f5b8 commit 9e03625Copy full SHA for 9e03625
1 file changed
.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@v6
11
- uses: shivammathur/setup-php@v2
12
with:
13
- php-version: 8.1
+ php-version: 8.2
14
coverage: none
15
16
- run: composer install --no-progress --prefer-dist
17
- run: composer phpstan
18
- continue-on-error: true # is only informative
0 commit comments