Skip to content

Commit

Permalink
Upload phpunit.phar built with PHP 8.1 as artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbergmann committed Feb 18, 2022
1 parent a18536e commit 0b7a802
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ jobs:
run: ant run-phar-specific-tests-with-scoped-phar

- uses: actions/upload-artifact@v2
if: ${{ matrix.php-version == 8.0 }}
if: ${{ matrix.php-version == 8.1 }}
with:
name: phpunit-snapshot-phar
path: ./build/artifacts/phpunit-snapshot.phar
Expand Down

0 comments on commit 0b7a802

Please sign in to comment.