We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86480aa commit c98eb14Copy full SHA for c98eb14
.github/workflows/tests.yml
@@ -7,22 +7,22 @@ on:
7
- v4.0
8
- v5
9
paths-ignore:
10
- - '**/*.md'
+ - "**/*.md"
11
pull_request:
12
branches:
13
- master
14
15
16
17
18
jobs:
19
tests:
20
runs-on: ubuntu-latest
21
strategy:
22
fail-fast: false
23
matrix:
24
- node-version: [ '18', '20', '22' ]
25
- redis-version: [ 'rs-7.2.0-v13', 'rs-7.4.0-v1', '8.0-RC2-pre' ]
+ node-version: ["18", "20", "22"]
+ redis-version: ["rs-7.2.0-v13", "rs-7.4.0-v1", "8.0.1-pre"]
26
steps:
27
- uses: actions/checkout@v4
28
with:
0 commit comments