Skip to content

Commit 0931ede

Browse files
committed
Add Ruby 3.4 to CI matrix and make it default
Add the newly released Ruby 3.4 to the CI build matrix and make it the default version for all non-test jobs.
1 parent 6c93eed commit 0931ede

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ env:
1414
#
1515
# If updating this value, you probably also want to add a new version to the
1616
# spec version matrix below.
17-
RUBY_VERSION: "3.3"
17+
RUBY_VERSION: "3.4"
1818

1919
# A suitable URL for a test database.
2020
TEST_DATABASE_NAME: river_test
@@ -134,6 +134,7 @@ jobs:
134134
- "3.1"
135135
- "3.2"
136136
- "3.3"
137+
- "3.4"
137138

138139
services:
139140
postgres:

0 commit comments

Comments
 (0)