Skip to content

Commit 5d0140e

Browse files
committed
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.
1 parent 4157eee commit 5d0140e

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

.github/workflows/php.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: PHP Composer
1+
name: PHPUnit Tests
22

33
on:
44
push:

README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,7 @@ This port is written in PHP and without any other requirements.
66

77
The goal is that this library can be used by those whom cannot install the PHP Trader extension.
88

9-
[![pipeline status](https://gitlab.com/LupeCode/phpTraderNative/badges/master/pipeline.svg)](https://gitlab.com/LupeCode/phpTraderNative/commits/master)
10-
[![coverage report](https://gitlab.com/LupeCode/phpTraderNative/badges/master/coverage.svg)](https://gitlab.com/LupeCode/phpTraderNative/commits/master)
11-
[![Build Status](https://travis-ci.org/LupeCode/phpTraderNative.svg?branch=master)](https://travis-ci.org/LupeCode/phpTraderNative)
12-
[![Coverage Status](https://coveralls.io/repos/github/LupeCode/phpTraderNative/badge.svg?branch=master)](https://coveralls.io/github/LupeCode/phpTraderNative?branch=master)
9+
![PHPUnit Tests](https://github.com/LupeCode/phpTraderNative/workflows/PHPUnit%20Tests/badge.svg)
1310

1411
## Requirements
1512

0 commit comments

Comments
 (0)