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 73f8750 commit 2a8639bCopy full SHA for 2a8639b
.github/workflows/rubocop.yml
@@ -10,7 +10,7 @@ jobs:
10
matrix:
11
os: [ubuntu-latest]
12
ruby: [
13
- 2.7
+ 3.1
14
]
15
16
steps:
.github/workflows/ruby.yml
@@ -27,6 +27,10 @@ jobs:
27
os: ubuntu-latest
28
gemfile: Gemfile-rails-edge
29
experimental: true
30
+ - ruby: "3.4.0-preview1"
31
+ os: ubuntu-latest
32
+ gemfile: Gemfile-rails-edge
33
+ experimental: true
34
35
env: # $BUNDLE_GEMFILE must be set at the job level, so it is set for all steps
36
BUNDLE_GEMFILE: ${{ github.workspace }}/gemfiles/${{ matrix.gemfile }}
0 commit comments