Skip to content

Commit

Permalink
chore: Update Java version
Browse files Browse the repository at this point in the history
  • Loading branch information
Myzel394 committed Jul 15, 2023
1 parent f32e11e commit cddc1c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-testing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
uses: actions/setup-java@v3
with:
distribution: 'adopt'
java-version: "11.x"
java-version: "17.x"
cache: 'gradle'

- name: Setup Flutter 📱
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
uses: actions/setup-java@v3
with:
distribution: 'adopt'
java-version: "11.x"
java-version: "17.x"
cache: 'gradle'

- name: Setup Flutter 📱
Expand Down

0 comments on commit cddc1c9

Please sign in to comment.