Skip to content

Commit dded1f9

Browse files
committed
debugging
Signed-off-by: Elizabeth Danzberger <[email protected]>
1 parent 1db1862 commit dded1f9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/psalm.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,13 +43,12 @@ jobs:
4343
fail-fast: false
4444
matrix:
4545
php-versions: ${{ fromJson(needs.matrix.outputs.php-versions) }}
46-
branches-max: ${{ needs.matrix.outputs.branches-max }}
4746

4847
name: psalm-static-analysis
4948

5049
steps:
5150
- name: Testing some things
52-
run: echo ${{ matrix.branches-max }}
51+
run: echo ${{ needs.matrix.outputs.branches-max }}
5352

5453
# steps:
5554
# - name: Checkout

0 commit comments

Comments
 (0)