Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
vudaltsov committed Sep 9, 2024
1 parent 4f8a72a commit 3ac9ab9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/composer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
steps:
- id: coverage
run: |
echo "coverage=${{ matrix.php == fromJson(inputs.phps)[0] && matrix.dependency-versions == fromJson(inputs.dependencies)[0] && 'true' || 'false' }}" >> $GITHUB_OUTPUT
echo "coverage=${{ matrix.php == fromJson('["8.1", "8.2"]')[0] && matrix.dependency-versions == fromJson('["lowest", "highest"]')[0] && 'true' || 'false' }}" >> $GITHUB_OUTPUT
- uses: actions/checkout@v4
- uses: shivammathur/setup-php@v2
with:
Expand Down

0 comments on commit 3ac9ab9

Please sign in to comment.