update versions

pull/16/head
Marcus Pöhls 2023-07-27 10:41:22 +02:00
parent b026ae8b2c
commit f14f217353
1 changed files with 10 additions and 10 deletions

View File

@ -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, its helpful to remove the container so its name wont 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