refinements
parent
224466dd5f
commit
20ca09a04f
|
@ -43,7 +43,7 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
node-version: [10.x, 12.x, 14.x]
|
node-version: [14.x, 16.x, 18.x]
|
||||||
redis-version: [4, 5, 6]
|
redis-version: [4, 5, 6]
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
@ -81,7 +81,6 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
node-version: [14.x, 16.x]
|
|
||||||
redis-version: [6.2.4-v4, 6.2.6-v3]
|
redis-version: [6.2.4-v4, 6.2.6-v3]
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
@ -108,7 +107,6 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
node-version: [14.x, 16.x]
|
|
||||||
redis-version: [4, 5, 6]
|
redis-version: [4, 5, 6]
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
@ -135,7 +133,6 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
node-version: [14.x, 16.x]
|
|
||||||
redis-version: [4, 5, 6]
|
redis-version: [4, 5, 6]
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
|
Loading…
Reference in New Issue