Skip to content

Commit

Permalink
CI: Add Ruby 3.4 (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
Watson1978 authored Dec 27, 2024
1 parent f1dec16 commit 299612d
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 @@ -22,7 +22,7 @@ jobs:
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.3
ruby-version: 3.4
bundler-cache: true
- uses: r7kamura/rubocop-problem-matchers-action@v1
- run: bundle exec rubocop --parallel
Expand All @@ -46,7 +46,7 @@ jobs:

strategy:
matrix:
ruby-version: ['3.1', '3.2', '3.3', '3.4.0-preview2']
ruby-version: ['3.1', '3.2', '3.3', '3.4']
cassandra-version: ['3', '4', '5']

name: Linux, Cassandra ${{ matrix.cassandra-version }}, Ruby ${{ matrix.ruby-version }}
Expand All @@ -71,7 +71,7 @@ jobs:

strategy:
matrix:
ruby-version: ['3.1', '3.2', '3.3', '3.4.0-preview2']
ruby-version: ['3.1', '3.2', '3.3', '3.4']

name: macOS, Ruby ${{ matrix.ruby-version }}
steps:
Expand Down

0 comments on commit 299612d

Please sign in to comment.