empty version matrix
parent
b1d54c2a7b
commit
8024bd91c3
|
@ -5,6 +5,9 @@ on: [push, pull_request]
|
||||||
jobs:
|
jobs:
|
||||||
redis-action:
|
redis-action:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
strategy:
|
||||||
|
matrix:
|
||||||
|
redis-version: []
|
||||||
|
|
||||||
name: Start Redis Server with latest Redis version
|
name: Start Redis Server with latest Redis version
|
||||||
steps:
|
steps:
|
||||||
|
@ -13,3 +16,5 @@ jobs:
|
||||||
|
|
||||||
- name: Start Redis Server
|
- name: Start Redis Server
|
||||||
uses: ./
|
uses: ./
|
||||||
|
with:
|
||||||
|
redis-version: ${{ matrix.redis-version }}
|
||||||
|
|
Loading…
Reference in New Issue