Skip to content

Commit

Permalink
Use JDK 21 for GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
g123k committed Oct 28, 2024
1 parent 6849cd0 commit d8e1aac
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ on:
required: true

env:
JAVA_VERSION: 17
JAVA_VERSION: 21
RUBY_VERSION: 3.2.0

jobs:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ on:
required: true

env:
JAVA_VERSION: 17
JAVA_VERSION: 21
RUBY_VERSION: 3.2.0

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/postsubmit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
uses: actions/[email protected]
with:
distribution: 'zulu'
java-version: 17
java-version: 21

# Get the flutter version from ./flutter-version.txt
- run: echo "FLUTTER_VERSION=$(cat flutter-version.txt)" >> $GITHUB_OUTPUT
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/waldo_sessions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
uses: actions/[email protected]
with:
distribution: 'zulu'
java-version: 17
java-version: 21

# Get the flutter version from ./flutter-version.txt
- run: echo "FLUTTER_VERSION=$(cat flutter-version.txt)" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit d8e1aac

Please sign in to comment.