We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97171a2 commit ab40ae6Copy full SHA for ab40ae6
.github/workflows/tests.yaml
@@ -62,6 +62,7 @@ jobs:
62
run: vendor/bin/phpunit --log-junit=test-results.xml
63
64
- name: Upload Test Results
65
+ if: matrix.php == 8.4 && matrix.setup == 'stable'
66
uses: actions/upload-artifact@v4
67
with:
68
name: "${{ matrix.php-version }}-phpunit-results"
0 commit comments