Skip to content

Commit

Permalink
Upgrade JDK version used in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mrrfv committed Jan 25, 2025
1 parent 27ed503 commit 5fbb9d6
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-companion-unstable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- uses: actions/setup-java@v3
with:
distribution: 'zulu'
java-version: '11'
java-version: '17'
- uses: subosito/flutter-action@v2
with:
channel: 'stable' # or: 'beta', 'dev' or 'master'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-tagged.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- uses: actions/setup-java@v3
with:
distribution: 'zulu'
java-version: '11'
java-version: '17'
- uses: subosito/flutter-action@v2
with:
channel: 'stable' # or: 'beta', 'dev' or 'master'
Expand Down

0 comments on commit 5fbb9d6

Please sign in to comment.