update versions
parent
b026ae8b2c
commit
f14f217353
20
README.md
20
README.md
|
@ -43,8 +43,8 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
node-version: [14.x, 16.x, 18.x]
|
node-version: [18.x, 20.x]
|
||||||
redis-version: [4, 5, 6]
|
redis-version: [6, 7]
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Git checkout
|
- name: Git checkout
|
||||||
|
@ -56,7 +56,7 @@ jobs:
|
||||||
node-version: ${{ matrix.node-version }}
|
node-version: ${{ matrix.node-version }}
|
||||||
|
|
||||||
- name: Start Redis
|
- name: Start Redis
|
||||||
uses: supercharge/redis-github-action@1.5.0
|
uses: supercharge/redis-github-action@1.6.0
|
||||||
with:
|
with:
|
||||||
redis-version: ${{ matrix.redis-version }}
|
redis-version: ${{ matrix.redis-version }}
|
||||||
|
|
||||||
|
@ -85,7 +85,7 @@ jobs:
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Start Redis
|
- name: Start Redis
|
||||||
uses: supercharge/redis-github-action@1.5.0
|
uses: supercharge/redis-github-action@1.6.0
|
||||||
with:
|
with:
|
||||||
redis-image: redis/redis-stack-server
|
redis-image: redis/redis-stack-server
|
||||||
redis-version: ${{ matrix.redis-version }}
|
redis-version: ${{ matrix.redis-version }}
|
||||||
|
@ -107,11 +107,11 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
redis-version: [4, 5, 6]
|
redis-version: [6, 7]
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Start Redis
|
- name: Start Redis
|
||||||
uses: supercharge/redis-github-action@1.5.0
|
uses: supercharge/redis-github-action@1.6.0
|
||||||
with:
|
with:
|
||||||
redis-version: ${{ matrix.redis-version }}
|
redis-version: ${{ matrix.redis-version }}
|
||||||
redis-port: 12345
|
redis-port: 12345
|
||||||
|
@ -133,11 +133,11 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
redis-version: [4, 5, 6]
|
redis-version: [6, 7]
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Start Redis
|
- name: Start Redis
|
||||||
uses: supercharge/redis-github-action@1.5.0
|
uses: supercharge/redis-github-action@1.6.0
|
||||||
with:
|
with:
|
||||||
redis-version: ${{ matrix.redis-version }}
|
redis-version: ${{ matrix.redis-version }}
|
||||||
redis-container-name: redis-auth-token-cache
|
redis-container-name: redis-auth-token-cache
|
||||||
|
@ -146,7 +146,7 @@ jobs:
|
||||||
```
|
```
|
||||||
|
|
||||||
### Remove container when exit
|
### Remove container when exit
|
||||||
Starting v1.6.0, when running this action on a self-hosted runner, it's helpful to remove the container so its name won't conflict:
|
Starting in v1.6.0, when running this action on a self-hosted runner, it’s helpful to remove the container so its name won’t conflict:
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
name: Run tests
|
name: Run tests
|
||||||
|
@ -158,7 +158,7 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
redis-version: [4, 5, 6]
|
redis-version: [6, 7]
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Start Redis
|
- name: Start Redis
|
||||||
|
|
Loading…
Reference in New Issue