Skip to content

Commit c10949a

Browse files
committed
Update default Khiops version to 11.0.0 in the dev Docker images
1 parent 02d519c commit c10949a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/dev-docker.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
name: Dev Docker
33
env:
4-
DEFAULT_KHIOPS_REVISION: 11.0.0-rc.2
4+
DEFAULT_KHIOPS_REVISION: 11.0.0
55
DEFAULT_IMAGE_INCREMENT: 0
66
DEFAULT_SERVER_REVISION: main
77
DEFAULT_PYTHON_VERSIONS: 3.10 3.11 3.12 3.13 3.14
@@ -14,7 +14,7 @@ on:
1414
inputs:
1515
khiops-revision:
1616
type: string
17-
default: 11.0.0-rc.2
17+
default: 11.0.0
1818
description: Khiops Revision
1919
image-increment:
2020
type: number

0 commit comments

Comments
 (0)