Skip to content

Commit c324970

Browse files
committed
* Update CI for ruby 3.4
1 parent fa6777c commit c324970

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
fail-fast: false
2323
matrix:
2424
ruby:
25-
- "3.3"
25+
- "3.4"
2626
gemfile:
2727
- gemfiles/rspec_3_13.gemfile
2828
env:

.github/workflows/tests.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ jobs:
2626
- "3.1"
2727
- "3.2"
2828
- "3.3"
29+
- "3.4"
2930
gemfile:
3031
- gemfiles/rspec_3_4.gemfile
3132
- gemfiles/rspec_3_5.gemfile

0 commit comments

Comments
 (0)