Skip to content

Commit

Permalink
Merge pull request #37 from Smolevich/update-README
Browse files Browse the repository at this point in the history
- Update badges
  • Loading branch information
Smolevich authored Feb 18, 2024
2 parents 0a13e07 + d63305b commit 1e1d9b1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,17 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
php: ['8.0', '8.1']
php: ['8.0', '8.1', '8.2']
include:
- operating-system: 'ubuntu-latest'
composer-flags: ' --prefer-stable'
php: '8.0'
- operating-system: 'ubuntu-latest'
php: '8.1'
composer-flags: ' --prefer-stable'
- operating-system: 'ubuntu-latest'
php: '8.2'
composer-flags: ' --prefer-stable'
services:
reindexer:
image: reindexer/reindexer
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[![Build Status](https://travis-ci.org/Smolevich/reindexer-client.svg?branch=master)](https://travis-ci.org/Smolevich/reindexer-client)
[![Coverage Status](https://coveralls.io/repos/github/Smolevich/reindexer-client/badge.svg?branch=master)](https://coveralls.io/github/Smolevich/reindexer-client?branch=master)
[![CI](https://github.com/Smolevich/reindexer-client/actions/workflows/ci.yml/badge.svg)](https://github.com/Smolevich/reindexer-client/actions/workflows/ci.yml)
[![codecov](https://codecov.io/gh/Smolevich/reindexer-client/graph/badge.svg?token=61non7vjiK)](https://codecov.io/gh/Smolevich/reindexer-client)
# PHP client for work with [reindexer](https://github.com/Restream/reindexer)

## Installation
Expand Down

0 comments on commit 1e1d9b1

Please sign in to comment.