Skip to content

Commit

Permalink
👷 Update to Java 17
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexV525 authored Feb 27, 2024
1 parent 426b2f9 commit 6ef7aff
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/runnable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-java@v3
with:
distribution: 'adopt'
java-version: '11.x'
distribution: 'zulu'
java-version: '17'
- uses: subosito/flutter-action@v2
with:
channel: 'stable'
Expand All @@ -49,8 +49,8 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-java@v3
with:
distribution: 'adopt'
java-version: '11.x'
distribution: 'zulu'
java-version: '17'
- uses: subosito/[email protected]
with:
channel: stable
Expand All @@ -67,8 +67,8 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-java@v3
with:
distribution: 'adopt'
java-version: '11.x'
distribution: 'zulu'
java-version: '17'
- uses: subosito/[email protected]
with:
channel: stable
Expand Down

0 comments on commit 6ef7aff

Please sign in to comment.