Skip to content

Commit

Permalink
chore: Update Java version to 17
Browse files Browse the repository at this point in the history
  • Loading branch information
DimaDemchenko committed Aug 12, 2024
1 parent e1f6dce commit 76d917c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,12 @@ jobs:
flutter-version: "3.24.0"
channel: "stable"

- name: Install Java 17
uses: actions/setup-java@v3
with:
distribution: "temurin"
java-version: "17"

- name: Check Java and environment
run: |
java -version
Expand Down

0 comments on commit 76d917c

Please sign in to comment.