Skip to content

Commit a8f44fa

Browse files
committed
CI: Replace to ruby 3.3.0-rc1
1 parent f98cc1a commit a8f44fa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/CI.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616

1717
strategy:
1818
matrix:
19-
ruby-version: ['3.0', '3.1', '3.2', '3.3.0-preview3']
19+
ruby-version: ['3.0', '3.1', '3.2', '3.3.0-rc1']
2020

2121
name: Linux, Cassandra 4, Ruby ${{ matrix.ruby-version }}
2222
steps:
@@ -40,7 +40,7 @@ jobs:
4040

4141
strategy:
4242
matrix:
43-
ruby-version: ['3.0', '3.1', '3.2', '3.3.0-preview3']
43+
ruby-version: ['3.0', '3.1', '3.2', '3.3.0-rc1']
4444

4545
name: Linux, Cassandra 3, Ruby ${{ matrix.ruby-version }}
4646
steps:
@@ -64,7 +64,7 @@ jobs:
6464

6565
strategy:
6666
matrix:
67-
ruby-version: ['3.0', '3.1', '3.2', '3.3.0-preview3']
67+
ruby-version: ['3.0', '3.1', '3.2', '3.3.0-rc1']
6868

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

0 commit comments

Comments
 (0)