Skip to content

Commit 2a8639b

Browse files
committed
chore(ci): rubocop now targets 3.1, add 3.4.0-preview1 as experimental
1 parent 73f8750 commit 2a8639b

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/rubocop.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
matrix:
1111
os: [ubuntu-latest]
1212
ruby: [
13-
2.7
13+
3.1
1414
]
1515

1616
steps:

.github/workflows/ruby.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,10 @@ jobs:
2727
os: ubuntu-latest
2828
gemfile: Gemfile-rails-edge
2929
experimental: true
30+
- ruby: "3.4.0-preview1"
31+
os: ubuntu-latest
32+
gemfile: Gemfile-rails-edge
33+
experimental: true
3034

3135
env: # $BUNDLE_GEMFILE must be set at the job level, so it is set for all steps
3236
BUNDLE_GEMFILE: ${{ github.workspace }}/gemfiles/${{ matrix.gemfile }}

0 commit comments

Comments
 (0)