Skip to content

Commit

Permalink
Display the PHP version used for the deprecations
Browse files Browse the repository at this point in the history
  • Loading branch information
vmcj authored and Michael Vasseur committed Nov 29, 2024
1 parent 71d3fa5 commit 6fbe1a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gitlab/unit-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ if [ $CODECOVERAGE -eq 1 ]; then
-X POST \
-H "Authorization: token $GH_BOT_TOKEN_OBSCURED" \
-H "Accept: application/vnd.github.v3+json" \
-d "{\"state\": \"$STATE\", \"target_url\": \"${CI_JOB_URL/$ORIGINAL/$REPLACETO}/artifacts/$FILE\", \"description\":\"Symfony deprecations\", \"context\": \"Symfony deprecation\"}"
-d "{\"state\": \"$STATE\", \"target_url\": \"${CI_JOB_URL/$ORIGINAL/$REPLACETO}/artifacts/$FILE\", \"description\":\"Symfony deprecations ($version)\", \"context\": \"Symfony deprecation ($version)\"}"
fi
if [ $UNITSUCCESS -eq 0 ]; then
STATE=success
Expand Down

0 comments on commit 6fbe1a8

Please sign in to comment.