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 ba119a7 commit 8be94f7Copy full SHA for 8be94f7
1 file changed
.github/workflows/psalm-matrix.yml
@@ -39,7 +39,7 @@ permissions:
39
40
jobs:
41
matrix:
42
- runs-on: ubuntu-latest-low
+ runs-on: ubuntu-latest
43
outputs:
44
ocp-matrix: ${{ steps.versions.outputs.ocp-matrix }}
45
steps:
@@ -97,7 +97,7 @@ jobs:
97
run: composer run psalm -- --threads=1 --monochrome --no-progress --output-format=github
98
99
summary:
100
101
needs: static-analysis
102
103
if: always()
0 commit comments