Skip to content

Commit 0b7a802

Browse files
Upload phpunit.phar built with PHP 8.1 as artifact
1 parent a18536e commit 0b7a802

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ jobs:
253253
run: ant run-phar-specific-tests-with-scoped-phar
254254

255255
- uses: actions/upload-artifact@v2
256-
if: ${{ matrix.php-version == 8.0 }}
256+
if: ${{ matrix.php-version == 8.1 }}
257257
with:
258258
name: phpunit-snapshot-phar
259259
path: ./build/artifacts/phpunit-snapshot.phar

0 commit comments

Comments
 (0)