Skip to content

Commit

Permalink
chore: bump dafny verification to 4.7.0 (#666)
Browse files Browse the repository at this point in the history
  • Loading branch information
josecorella authored Jul 12, 2024
1 parent c49af85 commit a6ccaf7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/daily_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
if: github.event_name != 'schedule' || github.repository_owner == 'aws'
uses: ./.github/workflows/library_dafny_verification.yml
with:
dafny: '4.2.0'
dafny: '4.7.0'
# daily-ci-java:
# if: github.event_name != 'schedule' || github.repository_owner == 'aws'
# uses: ./.github/workflows/library_java_tests.yml
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
pr-ci-verification:
uses: ./.github/workflows/library_dafny_verification.yml
with:
dafny: '4.2.0'
dafny: '4.7.0'
# pr-ci-java:
# uses: ./.github/workflows/library_java_tests.yml
# with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
push-ci-verification:
uses: ./.github/workflows/library_dafny_verification.yml
with:
dafny: '4.2.0'
dafny: '4.7.0'
# push-ci-java:
# uses: ./.github/workflows/library_java_tests.yml
# with:
Expand Down

0 comments on commit a6ccaf7

Please sign in to comment.