Skip to content

Commit

Permalink
update ci java version
Browse files Browse the repository at this point in the history
  • Loading branch information
CarGuo committed Oct 10, 2024
1 parent a757606 commit 33058e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- uses: actions/setup-java@v2
with:
distribution: 'zulu'
java-version: 17
java-version: 21
- uses: subosito/flutter-action@v1
with:
flutter-version: '3.24.0'
Expand All @@ -44,7 +44,7 @@ jobs:
uses: actions/setup-java@v2
with:
distribution: 'zulu'
java-version: 17
java-version: 21
- uses: subosito/flutter-action@v1
with:
flutter-version: '3.24.0'
Expand Down

0 comments on commit 33058e6

Please sign in to comment.