Skip to content

Commit

Permalink
Use Ruby 3.3 (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
Watson1978 authored Dec 26, 2023
1 parent c41146f commit 6d3a086
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 @@ -19,7 +19,7 @@ jobs:

strategy:
matrix:
ruby-version: ['3.0', '3.1', '3.2', '3.3.0-rc1']
ruby-version: ['3.0', '3.1', '3.2', '3.3']

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

strategy:
matrix:
ruby-version: ['3.0', '3.1', '3.2', '3.3.0-rc1']
ruby-version: ['3.0', '3.1', '3.2', '3.3']

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

strategy:
matrix:
ruby-version: ['3.0', '3.1', '3.2', '3.3.0-rc1']
ruby-version: ['3.0', '3.1', '3.2', '3.3']

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

0 comments on commit 6d3a086

Please sign in to comment.