Skip to content

Commit

Permalink
Remove deprecation warning from cli
Browse files Browse the repository at this point in the history
  • Loading branch information
thojou committed Feb 28, 2024
1 parent 811d2b0 commit 3750c6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
matrix: ${{ steps.set-matrix.outputs.matrix }}
steps:
- id: set-matrix
run: echo "::set-output name=matrix::$(echo $MATRIX | jq -c --arg branch $BRANCH_NAME '.[$branch]')"
run: echo "$(echo $MATRIX | jq -c --arg branch $BRANCH_NAME '.[$branch]')" >> $GITHUB_OUTPUT

PHPUnit:
if: "!contains(github.event.head_commit.message, '[CI SKIP]')"
Expand Down

0 comments on commit 3750c6e

Please sign in to comment.