Skip to content

Commit

Permalink
upgrade to workflow Environment files
Browse files Browse the repository at this point in the history
  • Loading branch information
juliangut committed Jun 6, 2023
1 parent 0b520e6 commit 917d0e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/code-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
run: composer require --dev symplify/easy-ci:11.1.5 --no-interaction --no-progress --ansi --prefer-stable --prefer-dist

- id: output_php
run: echo "::set-output name=matrix::$(vendor/bin/easy-ci php-versions-json)"
run: echo "matrix=$(vendor/bin/easy-ci php-versions-json)" >> $GITHUB_OUTPUT

outputs:
php: ${{ steps.output_php.outputs.matrix }}
Expand Down

0 comments on commit 917d0e4

Please sign in to comment.