From d63305bf158f8aa236f361ccab700ebb40b39716 Mon Sep 17 00:00:00 2001 From: stanislav shupilkin Date: Sun, 18 Feb 2024 12:11:28 +0400 Subject: [PATCH] - Update badges - Add php 8.2 to ci matrix --- .github/workflows/ci.yml | 5 ++++- README.md | 4 ++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b661cc7..fbcbbfc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,7 +11,7 @@ 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' @@ -19,6 +19,9 @@ jobs: - 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 diff --git a/README.md b/README.md index 9cb444a..16a9c79 100644 --- a/README.md +++ b/README.md @@ -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