Skip to content

Commit d8345ce

Browse files
committed
tests: bump test container to 8.0-M05-pre
1 parent bd8d1ee commit d8345ce

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/tests.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -7,22 +7,22 @@ on:
77
- v4.0
88
- v5
99
paths-ignore:
10-
- '**/*.md'
10+
- "**/*.md"
1111
pull_request:
1212
branches:
1313
- master
1414
- v4.0
1515
- v5
1616
paths-ignore:
17-
- '**/*.md'
17+
- "**/*.md"
1818
jobs:
1919
tests:
2020
runs-on: ubuntu-latest
2121
strategy:
2222
fail-fast: false
2323
matrix:
24-
node-version: [ '18', '20', '22' ]
25-
redis-version: [ 'rs-7.2.0-v13', 'rs-7.4.0-v1', '8.0-M04-pre' ]
24+
node-version: ["18", "20", "22"]
25+
redis-version: ["rs-7.2.0-v13", "rs-7.4.0-v1", "8.0-M05-pre"]
2626
steps:
2727
- uses: actions/checkout@v4
2828
with:

0 commit comments

Comments
 (0)