Skip to content

Commit 43492dd

Browse files
author
Michael Vasseur
committed
Revert "Display the PHP version used for the deprecations"
This reverts commit 6fbe1a8.
1 parent dea70f1 commit 43492dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gitlab/unit-tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ if [ $CODECOVERAGE -eq 1 ]; then
5252
-X POST \
5353
-H "Authorization: token $GH_BOT_TOKEN_OBSCURED" \
5454
-H "Accept: application/vnd.github.v3+json" \
55-
-d "{\"state\": \"$STATE\", \"target_url\": \"${CI_JOB_URL/$ORIGINAL/$REPLACETO}/artifacts/$FILE\", \"description\":\"Symfony deprecations ($version)\", \"context\": \"Symfony deprecation ($version)\"}"
55+
-d "{\"state\": \"$STATE\", \"target_url\": \"${CI_JOB_URL/$ORIGINAL/$REPLACETO}/artifacts/$FILE\", \"description\":\"Symfony deprecations\", \"context\": \"Symfony deprecation\"}"
5656
fi
5757
if [ $UNITSUCCESS -eq 0 ]; then
5858
STATE=success

0 commit comments

Comments
 (0)