Skip to content

Commit

Permalink
chore: start ruby 3.4.1 testing
Browse files Browse the repository at this point in the history
Signed-off-by: Arjun Rajappa <[email protected]>
  • Loading branch information
arjun-rajappa authored and GSVarsha committed Jan 2, 2025
1 parent f38682b commit 772037c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ executors:
POSTGRES_DB: 'ci_test'
ruby_34:
docker:
- image: ruby:3.4.0-preview2-bookworm
- image: ruby:3.4.1-bookworm
environment:
MEMCACHED_HOST: '127.0.0.1:11211'
REDIS_URL: 'redis://127.0.0.1:6379'
Expand All @@ -201,7 +201,7 @@ executors:
- image: mongo:5-focal
ruby_34_mysql2:
docker:
- image: ruby:3.4.0-preview2-bookworm
- image: ruby:3.4.1-bookworm
environment:
DATABASE_URL: "mysql2://[email protected]:3306/ci_test"
- image: mariadb
Expand All @@ -214,7 +214,7 @@ executors:
MYSQL_ROOT_HOST: '%'
ruby_34_postgres:
docker:
- image: ruby:3.4.0-preview2-bookworm
- image: ruby:3.4.1-bookworm
environment:
DATABASE_URL: "postgres://postgres:[email protected]:5432/ci_test"
- image: postgres
Expand Down

0 comments on commit 772037c

Please sign in to comment.