Skip to content

Commit

Permalink
chore(ci): rubocop now targets 3.1, add 3.4.0-preview1 as experimental
Browse files Browse the repository at this point in the history
  • Loading branch information
ElMassimo committed Jun 7, 2024
1 parent 73f8750 commit 2a8639b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
matrix:
os: [ubuntu-latest]
ruby: [
2.7
3.1
]

steps:
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ jobs:
os: ubuntu-latest
gemfile: Gemfile-rails-edge
experimental: true
- ruby: "3.4.0-preview1"
os: ubuntu-latest
gemfile: Gemfile-rails-edge
experimental: true

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

0 comments on commit 2a8639b

Please sign in to comment.