Skip to content

Commit 56e9925

Browse files
committed
dafny runtime python
1 parent 0b54c21 commit 56e9925

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/check_dafny_runtime_versions.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ jobs:
2424
# Normalize by removing `.postN` if present
2525
normalized_dafny_runtime_python_version=$(echo "$dafny_runtime_python_version" | sed 's/\.post[0-9]*$//')
2626
27-
# Extract the version from project.properties
28-
dafny_version=$(grep -oP 'dafnyVersion=\K[^\s]+' project.properties)
27+
# Extract the Dafny Runtime Python Version from project.properties
28+
dafny_version=$(grep -oP 'dafnyRuntimePythonVersion=\K[^\s]+' project.properties)
2929
3030
# Check if the versions match
3131
if [ "$normalized_dafny_runtime_python_version" != "$dafny_version" ]; then

project.properties

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,6 @@
77
# And the Dotnet projects include and parse this file.
88
dafnyVersion=4.9.0
99
dafnyVerifyVersion=4.9.1
10+
dafnyRuntimePythonVersion=4.11.0
1011
dafnyRustVersion=nightly-2025-01-30-7db1e5f
1112
mplVersion=1.11.1-SNAPSHOT

0 commit comments

Comments
 (0)