Skip to content

Commit

Permalink
changes java version in github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
hardikroongta8 committed Aug 21, 2024
1 parent 5ef7033 commit 4b9a18d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ jobs:
steps:
- name: Clone Repository
uses: actions/checkout@v4
- name: Setting up Java
uses: actions/setup-java@v4
with:
java-version: '21'
- name: Set up Flutter
uses: subosito/flutter-action@v2
with:
Expand Down

0 comments on commit 4b9a18d

Please sign in to comment.