Skip to content
This repository was archived by the owner on Dec 23, 2024. It is now read-only.

Commit cddc1c9

Browse files
committed
chore: Update Java version
1 parent f32e11e commit cddc1c9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-testing.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
uses: actions/setup-java@v3
1616
with:
1717
distribution: 'adopt'
18-
java-version: "11.x"
18+
java-version: "17.x"
1919
cache: 'gradle'
2020

2121
- name: Setup Flutter 📱

.github/workflows/release-app.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
uses: actions/setup-java@v3
3131
with:
3232
distribution: 'adopt'
33-
java-version: "11.x"
33+
java-version: "17.x"
3434
cache: 'gradle'
3535

3636
- name: Setup Flutter 📱

0 commit comments

Comments
 (0)