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 fa6777c commit c324970Copy full SHA for c324970
.github/workflows/coverage.yml
@@ -22,7 +22,7 @@ jobs:
22
fail-fast: false
23
matrix:
24
ruby:
25
- - "3.3"
+ - "3.4"
26
gemfile:
27
- gemfiles/rspec_3_13.gemfile
28
env:
.github/workflows/tests.yaml
@@ -26,6 +26,7 @@ jobs:
- "3.1"
- "3.2"
- "3.3"
29
30
31
- gemfiles/rspec_3_4.gemfile
32
- gemfiles/rspec_3_5.gemfile
0 commit comments