Skip to content

Commit b182432

Browse files
committed
wip
1 parent ec96788 commit b182432

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ outputs:
4141
value: ${{ fromJSON(steps.generate-matrix.outputs.matrix).constraint }}
4242
versions:
4343
description: Array of all supported PHP versions
44-
value: ${{ steps.extract-versions.outputs.versions }}
44+
value: ${{ fromJSON(steps.extract-versions.outputs.versions) }}
4545
lowest:
4646
description: Lowest supported PHP versions
4747
value: ${{ fromJSON(steps.generate-matrix.outputs.matrix).lowest }}

0 commit comments

Comments
 (0)