Skip to content

Commit

Permalink
use ruby 3.4 as default (#547)
Browse files Browse the repository at this point in the history
  • Loading branch information
mensfeld authored Dec 25, 2024
1 parent 908e819 commit 46bf080
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ jobs:
fail-fast: false
matrix:
ruby:
- '3.4.0-preview2'
- '3.4'
- '3.3'
- '3.2'
- '3.1'
include:
- ruby: '3.3'
- ruby: '3.4'
coverage: 'true'
steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -74,7 +74,7 @@ jobs:
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.3
ruby-version: 3.4
- name: Install latest bundler
run: gem install bundler --no-document
- name: Install Diffend plugin
Expand Down

0 comments on commit 46bf080

Please sign in to comment.