diff --git a/.github/workflows/pr-validation.yml b/.github/workflows/pr-validation.yml index f851e374729..9e3a5e8f1ad 100644 --- a/.github/workflows/pr-validation.yml +++ b/.github/workflows/pr-validation.yml @@ -1,7 +1,7 @@ # Copyright (c) Microsoft Corporation. All rights reserved. # Licensed under the MIT License. -name: "Validate Pull Request" +name: "Build" on: push: diff --git a/README.md b/README.md index 4a8e34757d7..f7f0c68858e 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,9 @@ # Get started with the Microsoft Graph SDK for PHP -[![Build Status](https://travis-ci.org/microsoftgraph/msgraph-sdk-php.svg?branch=master)](https://travis-ci.org/microsoftgraph/msgraph-sdk-php) -[![Latest Preview Version](http://poser.pugx.org/microsoft/microsoft-graph/v/unstable)](https://packagist.org/packages/microsoft/microsoft-graph) +![Build Status](https://github.com/microsoftgraph/msgraph-sdk-php/actions/workflows/pr-validation.yml/badge.svg) +[![Latest Stable Version](http://poser.pugx.org/microsoft/microsoft-graph/v)](https://packagist.org/packages/microsoft/microsoft-graph) +[![Total Downloads](http://poser.pugx.org/microsoft/microsoft-graph/downloads)](https://packagist.org/packages/microsoft/microsoft-graph) +[![PHP Version Require](http://poser.pugx.org/microsoft/microsoft-graph/require/php)](https://packagist.org/packages/microsoft/microsoft-graph) ## Install the SDK You can install the PHP SDK with Composer by editing your `composer.json` file: