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 e6476d8 commit 880c9ecCopy full SHA for 880c9ec
.github/workflows/ci.yml
@@ -17,6 +17,7 @@ jobs:
17
- "3.1"
18
- "3.2"
19
- "3.3"
20
+ - "3.4"
21
rails:
22
- rails_70
23
- rails_71
@@ -25,6 +26,8 @@ jobs:
25
26
exclude:
27
- ruby: "3.1"
28
rails: rails_80
29
+ - ruby: "3.4"
30
+ rails: rails_70
31
steps:
32
- uses: actions/checkout@v4
33
- name: Configure bundler (default)
.github/workflows/rubocop.yml
@@ -4,7 +4,7 @@ on:
4
pull_request:
5
6
env:
7
- RUBY_VERSION: ${{ vars.RUBOCOP_RUBY_VERSION || '3.3' }}
+ RUBY_VERSION: ${{ vars.RUBOCOP_RUBY_VERSION || '3.4' }}
8
9
jobs:
10
rubocop:
0 commit comments