Skip to content

Commit

Permalink
use java 17 with github actions build
Browse files Browse the repository at this point in the history
Co-authored-by: Jim Duden <[email protected]>
  • Loading branch information
frankbregulla1111 and jimduden6804 committed May 24, 2023
1 parent 3432cbc commit 1abc864
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@ jobs:
build:
runs-on: Ubuntu-20.04
env:
AWS_REGION: us-east-1
AWS_REGION: eu-central-1
steps:
- uses: actions/checkout@v2
- name: Set up JDK 11
- name: Set up JDK 17
uses: actions/setup-java@v1
with:
java-version: 11
java-version: 17
- name: Grant execute permission for gradlew
run: chmod +x gradlew
- name: Start localstack
Expand Down

0 comments on commit 1abc864

Please sign in to comment.