We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1775b09 commit 1e535daCopy full SHA for 1e535da
1 file changed
.github/workflows/dev-docker.yml
@@ -1,7 +1,7 @@
1
---
2
name: Dev Docker
3
env:
4
- DEFAULT_KHIOPS_REVISION: 11.0.0-rc.2
+ DEFAULT_KHIOPS_REVISION: 11.0.0
5
DEFAULT_IMAGE_INCREMENT: 0
6
DEFAULT_SERVER_REVISION: main
7
DEFAULT_PYTHON_VERSIONS: 3.10 3.11 3.12 3.13 3.14
@@ -14,7 +14,7 @@ on:
14
inputs:
15
khiops-revision:
16
type: string
17
- default: 11.0.0-rc.2
+ default: 11.0.0
18
description: Khiops Revision
19
image-increment:
20
type: number
0 commit comments