File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -19,12 +19,18 @@ jobs:
19
19
matrix :
20
20
php-version : ['7.2', '7.3', '7.4']
21
21
rts-version : ['1.4.8', 'edge']
22
+ continue-on-error : ${{ matrix.rts-version == 'edge' }}
22
23
services :
23
24
redis :
24
25
image : redislabs/redistimeseries:${{ matrix.rts-version }}
25
26
ports :
26
27
- 6379:6379
27
- options : --health-cmd="redis-cli ping" --health-interval=10s --health-timeout=5s --health-retries=3
28
+ options : >-
29
+ --health-cmd="redis-cli ping"
30
+ --health-interval=10s
31
+ --health-timeout=5s
32
+ --health-retries=5
33
+ --health-start-period=20s
28
34
steps :
29
35
- name : Checkout
30
36
uses : actions/checkout@v2
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ Use [Redis Time Series](https://oss.redislabs.com/redistimeseries/) in PHP!
4
4
5
5
[ ![ Maintainability] ( https://api.codeclimate.com/v1/badges/fea927b90378dd63a9d8/maintainability )] ( https://codeclimate.com/github/palicao/phpRedisTimeSeries/maintainability )
6
6
[ ![ Test Coverage] ( https://api.codeclimate.com/v1/badges/fea927b90378dd63a9d8/test_coverage )] ( https://codeclimate.com/github/palicao/phpRedisTimeSeries/test_coverage )
7
- [ ![ Build Status] ( https://travis-ci .com/palicao/phpRedisTimeSeries. svg?branch=master )] ( https://travis-ci.com/palicao/phpRedisTimeSeries )
7
+ [ ![ Build Status] ( https://github .com/palicao/phpRedisTimeSeries/actions/workflows/main.yml/badge. svg )] ( https://travis-ci.com/palicao/phpRedisTimeSeries )
8
8
[ ![ Latest Stable Version] ( https://img.shields.io/packagist/v/palicao/php-redis-time-series.svg )] ( https://packagist.org/packages/palicao/php-redis-time-series )
9
9
![ PHP version] ( https://img.shields.io/packagist/php-v/palicao/php-redis-time-series/2.0.0 )
10
10
![ GitHub] ( https://img.shields.io/github/license/palicao/phpRedisTimeSeries )
You can’t perform that action at this time.
0 commit comments