File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 17
17
if : github.event_name != 'schedule' || github.repository_owner == 'aws'
18
18
uses : ./.github/workflows/library_dafny_verification.yml
19
19
with :
20
- dafny : ' 4.2 .0'
20
+ dafny : ' 4.7 .0'
21
21
# daily-ci-java:
22
22
# if: github.event_name != 'schedule' || github.repository_owner == 'aws'
23
23
# uses: ./.github/workflows/library_java_tests.yml
Original file line number Diff line number Diff line change 12
12
pr-ci-verification :
13
13
uses : ./.github/workflows/library_dafny_verification.yml
14
14
with :
15
- dafny : ' 4.2 .0'
15
+ dafny : ' 4.7 .0'
16
16
# pr-ci-java:
17
17
# uses: ./.github/workflows/library_java_tests.yml
18
18
# with:
Original file line number Diff line number Diff line change 14
14
push-ci-verification :
15
15
uses : ./.github/workflows/library_dafny_verification.yml
16
16
with :
17
- dafny : ' 4.2 .0'
17
+ dafny : ' 4.7 .0'
18
18
# push-ci-java:
19
19
# uses: ./.github/workflows/library_java_tests.yml
20
20
# with:
You can’t perform that action at this time.
0 commit comments