Skip to content

Commit

Permalink
use 3.3 as default
Browse files Browse the repository at this point in the history
  • Loading branch information
mensfeld committed Dec 25, 2023
1 parent d603d50 commit 5db0380
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,13 +18,13 @@ jobs:
fail-fast: false
matrix:
ruby:
- '3.3.0-rc1'
- '3.3'
- '3.2'
- '3.1'
- '3.0'
- '2.7'
include:
- ruby: '3.2'
- ruby: '3.3'
coverage: 'true'
steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -79,7 +79,7 @@ jobs:
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.2
ruby-version: 3.3
- name: Install latest bundler
run: gem install bundler --no-document
- name: Install Diffend plugin
Expand Down

0 comments on commit 5db0380

Please sign in to comment.