diff --git a/.github/workflows/php-workflow.yml b/.github/workflows/php-workflow.yml index 466817e0..5078ca5b 100644 --- a/.github/workflows/php-workflow.yml +++ b/.github/workflows/php-workflow.yml @@ -35,7 +35,7 @@ jobs: uses: actions/checkout@v4 with: repository: 'authorizenet/sample-code-php' - ref: 'future' # Remove this line before pushing to master branch + ref: 'master' path: ${{env.sample_code_php}} - name: Setup PHP diff --git a/README.md b/README.md index 25ca4201..397bd2f2 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,6 @@ # Authorize.Net PHP SDK -[![Travis CI Status](https://travis-ci.org/AuthorizeNet/sdk-php.svg?branch=master)](https://travis-ci.org/AuthorizeNet/sdk-php) -[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/AuthorizeNet/sdk-php/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/AuthorizeNet/sdk-php/?branch=master) +[![Authorize.net PHP CI](https://github.com/AuthorizeNet/sdk-php/actions/workflows/php-workflow.yml/badge.svg?branch=master)](https://github.com/AuthorizeNet/sdk-php/actions/workflows/php-workflow.yml) [![Packagist Stable Version](https://poser.pugx.org/authorizenet/authorizenet/v/stable.svg)](https://packagist.org/packages/authorizenet/authorizenet) ## Requirements diff --git a/composer.json b/composer.json index 6e5b9524..2b2714a8 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "authorizenet/authorizenet", "type": "library", - "version": "2.0.3", + "version": "2.0.4", "description": "Official PHP SDK for Authorize.Net", "keywords": ["authorizenet", "authorize.net", "payment", "ecommerce"], "license": "proprietary",