Skip to content

Commit

Permalink
Update ci config
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenmaguire committed Oct 27, 2022
1 parent 821e6b9 commit 4c7f2a7
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 67 deletions.
2 changes: 0 additions & 2 deletions .gitattributes
Expand Up @@ -4,7 +4,5 @@
# Ignore all test and documentation with "export-ignore".
/.gitattributes export-ignore
/.gitignore export-ignore
/.travis.yml export-ignore
/phpunit.xml.dist export-ignore
/.scrutinizer.yml export-ignore
/tests export-ignore
4 changes: 2 additions & 2 deletions .github/workflows/run-tests.yml
Expand Up @@ -8,8 +8,8 @@ jobs:
strategy:
fail-fast: true
matrix:
os: [ubuntu-latest, windows-latest]
php: [7.0, 7.1, 7.2, 7.3, 8.0, 8.1]
os: [ubuntu-latest]
php: [7.3, 8.0]
stability: [prefer-lowest, prefer-stable]

name: P${{ matrix.php }} - ${{ matrix.stability }} - ${{ matrix.os }}
Expand Down
35 changes: 0 additions & 35 deletions .scrutinizer.yml

This file was deleted.

25 changes: 0 additions & 25 deletions .travis.yml

This file was deleted.

3 changes: 0 additions & 3 deletions README.md
Expand Up @@ -2,9 +2,6 @@

[![Latest Version](https://img.shields.io/github/release/stevenmaguire/trello-php.svg?style=flat-square)](https://github.com/stevenmaguire/trello-php/releases)
[![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square)](LICENSE.md)
[![Build Status](https://img.shields.io/travis/stevenmaguire/trello-php/master.svg?style=flat-square&1)](https://travis-ci.org/stevenmaguire/trello-php)
[![Coverage Status](https://img.shields.io/scrutinizer/coverage/g/stevenmaguire/trello-php.svg?style=flat-square)](https://scrutinizer-ci.com/g/stevenmaguire/trello-php/code-structure)
[![Quality Score](https://img.shields.io/scrutinizer/g/stevenmaguire/trello-php.svg?style=flat-square)](https://scrutinizer-ci.com/g/stevenmaguire/trello-php)
[![Total Downloads](https://img.shields.io/packagist/dt/stevenmaguire/trello-php.svg?style=flat-square)](https://packagist.org/packages/stevenmaguire/trello-php)

A PHP client for consuming the Trello API.
Expand Down

0 comments on commit 4c7f2a7

Please sign in to comment.