Skip to content

Commit

Permalink
ci: test version matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
jabberwoc committed Feb 1, 2024
1 parent 5d57035 commit d3acdd8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/phpunit-sqlite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@ jobs:
uses: actions/checkout@v3
- name: Set matrix data
id: set-matrix
run: echo "matrix=$(jq -c . < ./versions.json)" >> $GITHUB_OUTPUT
run: |
echo "matrix=$(jq -c . < ./versions.json)"
echo "matrix=$(jq -c . < ./versions.json)" >> $GITHUB_OUTPUT
phpunit-sqlite:
Expand Down

0 comments on commit d3acdd8

Please sign in to comment.