File tree Expand file tree Collapse file tree 2 files changed +9
-4
lines changed Expand file tree Collapse file tree 2 files changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -17,14 +17,19 @@ jobs:
17
17
runs-on : ubuntu-latest
18
18
strategy :
19
19
matrix :
20
- php-version : ['7.2', '7.3', '7.4']
21
- rts-version : ['1.4.8', 'edge' ]
20
+ php-version : ['7.2', '7.3', '7.4', '8.0' ]
21
+ rts-version : ['1.4.8']
22
22
services :
23
23
redis :
24
24
image : redislabs/redistimeseries:${{ matrix.rts-version }}
25
25
ports :
26
26
- 6379:6379
27
- options : --health-cmd="redis-cli ping" --health-interval=10s --health-timeout=5s --health-retries=3
27
+ options : >-
28
+ --health-cmd="redis-cli ping"
29
+ --health-interval=10s
30
+ --health-timeout=5s
31
+ --health-retries=5
32
+ --health-start-period=20s
28
33
steps :
29
34
- name : Checkout
30
35
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