Skip to content

Commit

Permalink
GitLab and TravisCI can no longer build versions of this package
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
jb-lopez committed Dec 19, 2020
1 parent 4157eee commit 5d0140e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/php.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: PHP Composer
name: PHPUnit Tests

on:
push:
Expand Down
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 5d0140e

Please sign in to comment.