Skip to content

Commit 56fcd13

Browse files
fix: Bump more CI to Dafny 4.8 (#683)
1 parent d8ca214 commit 56fcd13

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

.github/workflows/daily_ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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'

AwsEncryptionSDK/codebuild/release/release-prod.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

AwsEncryptionSDK/codebuild/release/release-staging.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

AwsEncryptionSDK/codebuild/release/sign.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ phases:
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

AwsEncryptionSDK/codebuild/release/test-prod.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)