Skip to content

Commit

Permalink
CI: Add Ruby 3.4 preview 1 (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
Watson1978 authored May 20, 2024
1 parent 36277dc commit 0c5a627
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:

strategy:
matrix:
ruby-version: ['3.0', '3.1', '3.2', '3.3']
ruby-version: ['3.0', '3.1', '3.2', '3.3', '3.4.0-preview1']
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.0', '3.1', '3.2', '3.3']
ruby-version: ['3.0', '3.1', '3.2', '3.3', '3.4.0-preview1']

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

0 comments on commit 0c5a627

Please sign in to comment.