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 1db1862 commit dded1f9Copy full SHA for dded1f9
.github/workflows/psalm.yml
@@ -43,13 +43,12 @@ jobs:
43
fail-fast: false
44
matrix:
45
php-versions: ${{ fromJson(needs.matrix.outputs.php-versions) }}
46
- branches-max: ${{ needs.matrix.outputs.branches-max }}
47
48
name: psalm-static-analysis
49
50
steps:
51
- name: Testing some things
52
- run: echo ${{ matrix.branches-max }}
+ run: echo ${{ needs.matrix.outputs.branches-max }}
53
54
# steps:
55
# - name: Checkout
0 commit comments