Skip to content

Commit b51c8dc

Browse files
committed
Update Docker images number and add Ruby
Related #200
1 parent d276052 commit b51c8dc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.circleci/config.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
# DOCKER_IMAGES full names come from the Docker Hub
2121
name: Download Docker images
2222
command: |
23-
DOCKER_IMAGES="ubuntu-22.04-2023.03.09 ubuntu-20.04-2022.02.16"
23+
DOCKER_IMAGES="ubuntu-22.04-2024.01.29 ubuntu-20.04-2024.01.29"
2424
for docker_image in $DOCKER_IMAGES
2525
do
2626
docker pull readthedocs/build:$docker_image
@@ -39,6 +39,7 @@ jobs:
3939
TOOLS=(
4040
["python"]="2.7.18 3.6.15 3.7.17 3.8.18 3.9.18 3.10.13 3.11.6 3.12.0 miniconda3-4.7.12 mambaforge-4.10.3-10 mambaforge-22.9.0-3"
4141
["nodejs"]="14.20.1 16.18.1 18.16.1 19.0.1 20.11.0"
42+
["ruby"]="3.3.0"
4243
["rust"]="1.55.0 1.61.0 1.64.0 1.70.0 1.75.0"
4344
["golang"]="1.17.13 1.18.10 1.19.10 1.20.5 1.21.6"
4445
)

0 commit comments

Comments
 (0)