File tree Expand file tree Collapse file tree 5 files changed +8
-8
lines changed
AwsEncryptionSDK/codebuild/release Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -11,13 +11,13 @@ jobs:
1111 if : github.event_name != 'schedule' || github.repository_owner == 'aws'
1212 uses : ./.github/workflows/library_codegen.yml
1313 with :
14- dafny : ' 4.2 .0'
14+ dafny : ' 4.8 .0'
1515 daily-ci-verification :
1616 # Don't run the cron builds on forks
1717 if : github.event_name != 'schedule' || github.repository_owner == 'aws'
1818 uses : ./.github/workflows/library_dafny_verification.yml
1919 with :
20- dafny : ' 4.7 .0'
20+ dafny : ' 4.8 .0'
2121 # daily-ci-java:
2222 # if: github.event_name != 'schedule' || github.repository_owner == 'aws'
2323 # uses: ./.github/workflows/library_java_tests.yml
@@ -27,10 +27,10 @@ jobs:
2727 if : github.event_name != 'schedule' || github.repository_owner == 'aws'
2828 uses : ./.github/workflows/library_net_tests.yml
2929 with :
30- dafny : ' 4.2 .0'
30+ dafny : ' 4.8 .0'
3131
3232 daily-ci-interop-tests :
3333 if : github.event_name != 'schedule' || github.repository_owner == 'aws'
3434 uses : ./.github/workflows/library_interop_tests.yml
3535 with :
36- dafny : ' 4.2 .0'
36+ dafny : ' 4.8 .0'
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ phases:
2323 commands :
2424 - cd ..
2525 # Get Dafny
26- - curl https://github.com/dafny-lang/dafny/releases/download/v4.2 .0/dafny-4.2 .0-x64-ubuntu-20.04.zip -L -o dafny.zip
26+ - curl https://github.com/dafny-lang/dafny/releases/download/v4.8 .0/dafny-4.8 .0-x64-ubuntu-20.04.zip -L -o dafny.zip
2727 - unzip -qq dafny.zip && rm dafny.zip
2828 - export PATH="$PWD/dafny:$PATH"
2929 # Switch back to the main directory
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ phases:
2626 commands :
2727 - cd ..
2828 # Get Dafny
29- - curl https://github.com/dafny-lang/dafny/releases/download/v4.2 .0/dafny-4.2 .0-x64-ubuntu-20.04.zip -L -o dafny.zip
29+ - curl https://github.com/dafny-lang/dafny/releases/download/v4.8 .0/dafny-4.8 .0-x64-ubuntu-20.04.zip -L -o dafny.zip
3030 - unzip -qq dafny.zip && rm dafny.zip
3131 - export PATH="$PWD/dafny:$PATH"
3232 # install mono to run net48 copied from
Original file line number Diff line number Diff line change 88 commands :
99 - cd ..
1010 # Get Dafny
11- - curl https://github.com/dafny-lang/dafny/releases/download/v4.2 .0/dafny-4.2 .0-x64-ubuntu-20.04.zip -L -o dafny.zip
11+ - curl https://github.com/dafny-lang/dafny/releases/download/v4.8 .0/dafny-4.8 .0-x64-ubuntu-20.04.zip -L -o dafny.zip
1212 - unzip -qq dafny.zip && rm dafny.zip
1313 - export PATH="$PWD/dafny:$PATH"
1414 # Switch back to the main directory
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ phases:
1313 commands :
1414 - cd ..
1515 # Get Dafny
16- - curl https://github.com/dafny-lang/dafny/releases/download/v4.2 .0/dafny-4.2 .0-x64-ubuntu-20.04.zip -L -o dafny.zip
16+ - curl https://github.com/dafny-lang/dafny/releases/download/v4.8 .0/dafny-4.8 .0-x64-ubuntu-20.04.zip -L -o dafny.zip
1717 - unzip -qq dafny.zip && rm dafny.zip
1818 - export PATH="$PWD/dafny:$PATH"
1919 # install mono to run net48 copied from
You can’t perform that action at this time.
0 commit comments