Skip to content

Commit

Permalink
Merge pull request #112 from prateekmedia:target17
Browse files Browse the repository at this point in the history
fix: target java 17
  • Loading branch information
prateekmedia authored Apr 6, 2024
2 parents bf26c62 + 7234341 commit 1b3e8aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/flutterci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Setup java
uses: actions/setup-java@v1
with:
java-version: "12.x"
java-version: "17.x"

- name: Setup flutter
uses: subosito/flutter-action@v2
Expand Down

0 comments on commit 1b3e8aa

Please sign in to comment.