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:
11
11
if : github.event_name != 'schedule' || github.repository_owner == 'aws'
12
12
uses : ./.github/workflows/library_codegen.yml
13
13
with :
14
- dafny : ' 4.2 .0'
14
+ dafny : ' 4.8 .0'
15
15
daily-ci-verification :
16
16
# Don't run the cron builds on forks
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.7 .0'
20
+ dafny : ' 4.8 .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
@@ -27,10 +27,10 @@ jobs:
27
27
if : github.event_name != 'schedule' || github.repository_owner == 'aws'
28
28
uses : ./.github/workflows/library_net_tests.yml
29
29
with :
30
- dafny : ' 4.2 .0'
30
+ dafny : ' 4.8 .0'
31
31
32
32
daily-ci-interop-tests :
33
33
if : github.event_name != 'schedule' || github.repository_owner == 'aws'
34
34
uses : ./.github/workflows/library_interop_tests.yml
35
35
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:
23
23
commands :
24
24
- cd ..
25
25
# 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
27
27
- unzip -qq dafny.zip && rm dafny.zip
28
28
- export PATH="$PWD/dafny:$PATH"
29
29
# Switch back to the main directory
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ phases:
26
26
commands :
27
27
- cd ..
28
28
# 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
30
30
- unzip -qq dafny.zip && rm dafny.zip
31
31
- export PATH="$PWD/dafny:$PATH"
32
32
# install mono to run net48 copied from
Original file line number Diff line number Diff line change 8
8
commands :
9
9
- cd ..
10
10
# 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
12
12
- unzip -qq dafny.zip && rm dafny.zip
13
13
- export PATH="$PWD/dafny:$PATH"
14
14
# Switch back to the main directory
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ phases:
13
13
commands :
14
14
- cd ..
15
15
# 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
17
17
- unzip -qq dafny.zip && rm dafny.zip
18
18
- export PATH="$PWD/dafny:$PATH"
19
19
# install mono to run net48 copied from
You can’t perform that action at this time.
0 commit comments