Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
- name: Setup Java
uses: actions/setup-java@v4
with:
java-version: '11'
java-version: '17'
distribution: 'corretto'
cache: 'sbt'
- name: SBT
Expand Down
2 changes: 1 addition & 1 deletion .java-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
11
17
4 changes: 2 additions & 2 deletions riff-raff.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,11 +89,11 @@ deployments:
AmiId:
BuiltBy: amigo
AmigoStage: PROD
Recipe: editorial-tools-focal-java11-ARM-WITH-cdk-base
Recipe: editorial-tools-focal-java17
ImagingAmiId:
BuiltBy: amigo
AmigoStage: PROD
Recipe: grid-imaging-java11-ARM
Recipe: grid-imaging-java17-ARM
ImgOpsAmiId:
BuiltBy: amigo
AmigoStage: PROD
Expand Down
Loading