We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1ab4e4 commit 901fa8bCopy full SHA for 901fa8b
.circleci/config.yml
@@ -20,7 +20,7 @@ jobs:
20
# DOCKER_IMAGES full names come from the Docker Hub
21
name: Download Docker images
22
command: |
23
- DOCKER_IMAGES="ubuntu-22.04-2023.03.09 ubuntu-20.04-2022.02.16"
+ DOCKER_IMAGES="ubuntu-22.04-2024.01.29 ubuntu-20.04-2024.01.29"
24
for docker_image in $DOCKER_IMAGES
25
do
26
docker pull readthedocs/build:$docker_image
@@ -39,6 +39,7 @@ jobs:
39
TOOLS=(
40
["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"
41
["nodejs"]="14.20.1 16.18.1 18.16.1 19.0.1 20.11.0"
42
+ ["ruby"]="3.3.0"
43
["rust"]="1.55.0 1.61.0 1.64.0 1.70.0 1.75.0"
44
["golang"]="1.17.13 1.18.10 1.19.10 1.20.5 1.21.6"
45
)
0 commit comments