Skip to content

Commit

Permalink
Add Ruby 3.4 to CI matrix and make it default
Browse files Browse the repository at this point in the history
Add the newly released Ruby 3.4 to the CI build matrix and make it the
default version for all non-test jobs.
  • Loading branch information
brandur committed Dec 25, 2024
1 parent 6c93eed commit 0931ede
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ env:
#
# If updating this value, you probably also want to add a new version to the
# spec version matrix below.
RUBY_VERSION: "3.3"
RUBY_VERSION: "3.4"

# A suitable URL for a test database.
TEST_DATABASE_NAME: river_test
Expand Down Expand Up @@ -134,6 +134,7 @@ jobs:
- "3.1"
- "3.2"
- "3.3"
- "3.4"

services:
postgres:
Expand Down

0 comments on commit 0931ede

Please sign in to comment.