Skip to content

Commit

Permalink
Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
swissspidy committed Nov 2, 2023
1 parent ac934fd commit d896815
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/reusable-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,12 @@ jobs:
- name: Check out source code
uses: actions/checkout@v4

- name: Debugging
run: |
pwd
ls -lah $PWD
ls ./matrix.json
- name: Set matrix
id: set-matrix
run: echo "matrix=$(jq -c '.include |= map(with_entries(select(.key == "php"))) | .include |= map(select(.php >= "${{ inputs.minimum-php }}"))' < ./matrix.json)" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit d896815

Please sign in to comment.