Skip to content

Commit bec9187

Browse files
committed
Display the PHP version used for the deprecations
1 parent 1a21823 commit bec9187

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\", \"context\": \"Symfony deprecation\"}"
55+
-d "{\"state\": \"$STATE\", \"target_url\": \"${CI_JOB_URL/$ORIGINAL/$REPLACETO}/artifacts/$FILE\", \"description\":\"Symfony deprecations ($version)\", \"context\": \"Symfony deprecation ($version)\"}"
5656
fi
5757
if [ $UNITSUCCESS -eq 0 ]; then
5858
STATE=success

0 commit comments

Comments
 (0)