second try
parent
8024bd91c3
commit
670cd8cc9d
|
@ -5,9 +5,6 @@ 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:
|
||||||
|
@ -17,4 +14,4 @@ jobs:
|
||||||
- name: Start Redis Server
|
- name: Start Redis Server
|
||||||
uses: ./
|
uses: ./
|
||||||
with:
|
with:
|
||||||
redis-version: ${{ matrix.redis-version }}
|
redis-version: ${{ matrix.redis-versions }}
|
||||||
|
|
Loading…
Reference in New Issue