Skip to content

Commit 880c9ec

Browse files
committed
Test against Ruby 3.4
1 parent e6476d8 commit 880c9ec

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ jobs:
1717
- "3.1"
1818
- "3.2"
1919
- "3.3"
20+
- "3.4"
2021
rails:
2122
- rails_70
2223
- rails_71
@@ -25,6 +26,8 @@ jobs:
2526
exclude:
2627
- ruby: "3.1"
2728
rails: rails_80
29+
- ruby: "3.4"
30+
rails: rails_70
2831
steps:
2932
- uses: actions/checkout@v4
3033
- name: Configure bundler (default)

.github/workflows/rubocop.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
pull_request:
55

66
env:
7-
RUBY_VERSION: ${{ vars.RUBOCOP_RUBY_VERSION || '3.3' }}
7+
RUBY_VERSION: ${{ vars.RUBOCOP_RUBY_VERSION || '3.4' }}
88

99
jobs:
1010
rubocop:

0 commit comments

Comments
 (0)