Skip to content

Commit

Permalink
update versions of python, dmd and ldc for tests in docker
Browse files Browse the repository at this point in the history
  • Loading branch information
pustotnik committed Apr 9, 2023
1 parent a02d85d commit f45d274
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions docker/centos-ci.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@

ARG BASE_IMAGE=centos:8

ARG DMD_VER="2.096.1"
ARG DMD_VER="2.102.2"
ARG DMD_VERNAME="dmd-$DMD_VER"
ARG LDC_VER="1.26.0"
ARG LDC_VER="1.30.0"
ARG LDC_VERNAME="ldc-$LDC_VER"

######### Base image
Expand Down
2 changes: 1 addition & 1 deletion docker/debian-ci.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
##########################################################################
######### Global

ARG DMD_VER="2.096.1"
ARG DMD_VER="2.102.2"
ARG DMD_VERNAME="dmd-$DMD_VER"

ARG BASE_IMAGE=debian:10
Expand Down
12 changes: 6 additions & 6 deletions docker/run-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@ fi
USERNAME=zenmake

declare -A PYVERS_MAP=(
["3.5"]="3.5.9"
["3.6"]="3.6.10"
["3.7"]="3.7.9"
["3.8"]="3.8.8"
["3.9"]="3.9.2"
["3.10"]="3.10.2"
["3.5"]="3.5.10"
["3.6"]="3.6.15"
["3.7"]="3.7.13"
["3.8"]="3.8.14"
["3.9"]="3.9.14"
["3.10"]="3.10.10"
)

DIST="$1"
Expand Down

0 comments on commit f45d274

Please sign in to comment.