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 4bf37b8 commit 045e5a4Copy full SHA for 045e5a4
1 file changed
.github/workflows/build.yml
@@ -20,17 +20,17 @@ jobs:
20
rspec-core-version:
21
- 3.11.0
22
- 3.12.3
23
- - 3.13.5
+ - 3.13.6
24
include:
25
- redis-version: 7
26
ruby-version: '3.4'
27
- rspec-core-version: 3.13.5
+ rspec-core-version: 3.13.6
28
- redis-version: 6
29
ruby-version: '4.0.0-preview2'
30
31
32
ruby-version: '3.3' # Quoted in order to stringify to '3.0', not '3'.
33
34
35
services:
36
redis:
0 commit comments