ci: update ruby docker image to ruby bullseye base image (#6998)

Signed-off-by: Sonu Saha <sonu.saha@progress.com>
This commit is contained in:
Sonu Saha 2024-03-28 11:57:31 +05:30 committed by GitHub
parent a187ca50a5
commit f7b39fab37
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -16,7 +16,7 @@ steps:
secrets: true secrets: true
executor: executor:
docker: docker:
image: ruby:3.0 image: ruby:3.0-bullseye
- label: run-tests-ruby-3.0 - label: run-tests-ruby-3.0
command: command:
@ -25,7 +25,7 @@ steps:
secrets: true secrets: true
executor: executor:
docker: docker:
image: ruby:3.0 image: ruby:3.0-bullseye
- label: run-tests-ruby-3.1 - label: run-tests-ruby-3.1
command: command:
@ -34,7 +34,7 @@ steps:
secrets: true secrets: true
executor: executor:
docker: docker:
image: ruby:3.1 image: ruby:3.1-bullseye
- label: isolated-tests-ruby-3.0 - label: isolated-tests-ruby-3.0
command: command:
@ -43,7 +43,7 @@ steps:
secrets: true secrets: true
executor: executor:
docker: docker:
image: ruby:3.0 image: ruby:3.0-bullseye
- label: isolated-tests-ruby-3.1 - label: isolated-tests-ruby-3.1
command: command:
@ -52,7 +52,7 @@ steps:
secrets: true secrets: true
executor: executor:
docker: docker:
image: ruby:3.1 image: ruby:3.1-bullseye
- label: run-tests-ruby-3.1-windows - label: run-tests-ruby-3.1-windows
command: command: