Skip to content

Commit 971d220

Browse files
committed
fix(ci): Upgrade Java version
1 parent e92f64c commit 971d220

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/build-companion-unstable.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ jobs:
1414
- uses: actions/checkout@v3
1515
- uses: actions/setup-java@v3
1616
with:
17-
distribution: 'zulu'
18-
java-version: '17'
17+
distribution: 'temurin'
18+
java-version: '21'
1919
- uses: subosito/flutter-action@v2
2020
with:
2121
channel: 'stable' # or: 'beta', 'dev' or 'master'

.github/workflows/build-tagged.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ jobs:
1515
- uses: actions/checkout@v3
1616
- uses: actions/setup-java@v3
1717
with:
18-
distribution: 'zulu'
19-
java-version: '17'
18+
distribution: 'temurin'
19+
java-version: '21'
2020
- uses: subosito/flutter-action@v2
2121
with:
2222
channel: 'stable' # or: 'beta', 'dev' or 'master'

0 commit comments

Comments
 (0)