Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
utpal-barman committed Oct 15, 2024
1 parent 6737d8f commit c181914
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/pull_request_validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,10 @@ jobs:
uses: actions/checkout@v4

- name: ♨️ Setup Java
uses: actions/setup-java@v1
uses: actions/setup-java@v3
with:
java-version: '12.x'
java-version: '17'
distribution: 'temurin'

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

0 comments on commit c181914

Please sign in to comment.