Skip to content

Commit 8d369d7

Browse files
authored
Merge pull request #27 from palicao/fix-badges
Some more updates
2 parents 3bf1f7f + 6c6941c commit 8d369d7

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/main.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
strategy:
1919
matrix:
2020
php-version: ['7.2', '7.3', '7.4', '8.0']
21-
rts-version: ['1.4.8']
21+
rts-version: ['1.4.10']
2222
services:
2323
redis:
2424
image: redislabs/redistimeseries:${{ matrix.rts-version }}
@@ -60,7 +60,7 @@ jobs:
6060
run: vendor/bin/psalm
6161
- name: Export coverage
6262
uses: paambaati/[email protected]
63-
if: ${{ matrix.php-version == '7.4' && matrix.rts-version == '1.4.8' }}
63+
if: ${{ matrix.php-version == '7.4' && matrix.rts-version == '1.4.10' }}
6464
env:
6565
CC_TEST_REPORTER_ID: ${{secrets.CC_TEST_REPORTER_ID}}
6666
with:

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ Use [Redis Time Series](https://oss.redislabs.com/redistimeseries/) in PHP!
1616

1717
### Requirements
1818
The library is tested against:
19-
- PHP 7.2, 7.3 and 7.4
20-
- RedisTimeSeries 1.4.8 (but it should work with any 1.4 version)
19+
- PHP 7.2, 7.3, 7.4, 8.0
20+
- RedisTimeSeries 1.4.10 (but it should work with any 1.4 version)
2121

2222
In order to use RedisTimeSeries 1.2 please use version 2.1.1 of this library.
2323

docker-compose.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ services:
1010
- .:/app
1111
- ./docker/xdebug.ini:/usr/local/etc/php/conf.d/docker-php-ext-xdebug.ini
1212
php-rts-redis:
13-
image: redislabs/redistimeseries:1.4.8
13+
image: redislabs/redistimeseries:1.4.10

0 commit comments

Comments
 (0)