mirror of
https://github.com/predis/predis.git
synced 2026-08-18 17:01:52 +00:00
Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| a5bb1b362e | |||
| 79ec4e3a6d | |||
| e9b598c540 |
@@ -81,13 +81,13 @@ jobs:
|
||||
uses: actions/checkout@v6
|
||||
|
||||
- name: Start Redis standalone image
|
||||
uses: hoverkraft-tech/compose-action@v2.6.0
|
||||
uses: hoverkraft-tech/compose-action@v3.0.0
|
||||
with:
|
||||
compose-file: .github/docker-compose.yml
|
||||
services: ${{ env.DOCKER_SERVICE }}
|
||||
|
||||
- name: Start Redis unprotected image
|
||||
uses: hoverkraft-tech/compose-action@v2.6.0
|
||||
uses: hoverkraft-tech/compose-action@v3.0.0
|
||||
if: ${{ matrix.redis > '4.0' }}
|
||||
with:
|
||||
compose-file: .github/docker-compose.yml
|
||||
@@ -95,7 +95,7 @@ jobs:
|
||||
|
||||
- name: Start Redis stack image
|
||||
id: stack_infra
|
||||
uses: hoverkraft-tech/compose-action@v2.6.0
|
||||
uses: hoverkraft-tech/compose-action@v3.0.0
|
||||
if: ${{ matrix.redis >= '7.2' && matrix.redis < '8.0' }}
|
||||
with:
|
||||
compose-file: .github/docker-compose.yml
|
||||
@@ -103,7 +103,7 @@ jobs:
|
||||
|
||||
- name: Start Redis cluster image
|
||||
id: cluster_infra
|
||||
uses: hoverkraft-tech/compose-action@v2.6.0
|
||||
uses: hoverkraft-tech/compose-action@v3.0.0
|
||||
if: ${{ matrix.redis > '4.0' }}
|
||||
with:
|
||||
compose-file: .github/docker-compose.yml
|
||||
@@ -111,7 +111,7 @@ jobs:
|
||||
|
||||
- name: Start Redis sentinels image
|
||||
id: sentinel_infra
|
||||
uses: hoverkraft-tech/compose-action@v2.6.0
|
||||
uses: hoverkraft-tech/compose-action@v3.0.0
|
||||
if: ${{ matrix.redis > '4.0' }}
|
||||
with:
|
||||
compose-file: .github/docker-compose.yml
|
||||
|
||||
@@ -1,4 +1,8 @@
|
||||
## Changelog
|
||||
### Unreleased
|
||||
|
||||
### Changed
|
||||
- Update GH runners based on NodeJS <= 20 (#1684)
|
||||
|
||||
## v3.5.0 (2026-06-02)
|
||||
### Added
|
||||
|
||||
Reference in New Issue
Block a user