From 5d0140e18a70f103c617f08d6a1a4fe57e679881 Mon Sep 17 00:00:00 2001 From: Joshua Date: Sat, 19 Dec 2020 12:04:43 -0800 Subject: [PATCH] GitLab and TravisCI can no longer build versions of this package GitLab now is failing on PHP versions 7.0, 7.1, 7.3, and 7.4 due to an error installing the PHP ZIP extension. TravisCI is failing on PHP versions 7.3 and 7.4 due to using XDebug version 3.0 and the constants not being compatible with the PHPUnit use for testing. This is no fault of the package, but of the test runners. Therefore, I'm removing the badges of the GitLab CI and TravisCI, and adding the badge for GitHub Actions. --- .github/workflows/php.yml | 2 +- README.md | 5 +---- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/workflows/php.yml b/.github/workflows/php.yml index a6c04f9..92d8ced 100644 --- a/.github/workflows/php.yml +++ b/.github/workflows/php.yml @@ -1,4 +1,4 @@ -name: PHP Composer +name: PHPUnit Tests on: push: diff --git a/README.md b/README.md index ae43fb2..f5f9d9d 100644 --- a/README.md +++ b/README.md @@ -6,10 +6,7 @@ This port is written in PHP and without any other requirements. The goal is that this library can be used by those whom cannot install the PHP Trader extension. -[![pipeline status](https://gitlab.com/LupeCode/phpTraderNative/badges/master/pipeline.svg)](https://gitlab.com/LupeCode/phpTraderNative/commits/master) -[![coverage report](https://gitlab.com/LupeCode/phpTraderNative/badges/master/coverage.svg)](https://gitlab.com/LupeCode/phpTraderNative/commits/master) -[![Build Status](https://travis-ci.org/LupeCode/phpTraderNative.svg?branch=master)](https://travis-ci.org/LupeCode/phpTraderNative) -[![Coverage Status](https://coveralls.io/repos/github/LupeCode/phpTraderNative/badge.svg?branch=master)](https://coveralls.io/github/LupeCode/phpTraderNative?branch=master) +![PHPUnit Tests](https://github.com/LupeCode/phpTraderNative/workflows/PHPUnit%20Tests/badge.svg) ## Requirements