Skip to content

Commit

Permalink
chore: Upgraded JDK from 21 LTS to 23
Browse files Browse the repository at this point in the history
Signed-off-by: Saptarshi Sarkar <[email protected]>
  • Loading branch information
SaptarshiSarkar12 committed Feb 22, 2025
1 parent c86ce85 commit d55b00d
Show file tree
Hide file tree
Showing 8 changed files with 1,821 additions and 203 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,10 +97,10 @@ jobs:
retry_wait_seconds: '30'
command: |
Core/src/main/resources/yt-dlp.exe -U
- name: Set up GraalVM JDK 21
- name: Set up GraalVM JDK 23
uses: graalvm/setup-graalvm@v1
with:
java-version: '21'
java-version: '23'
distribution: 'graalvm'
github-token: ${{ secrets.GITHUB_TOKEN }}
set-java-home: true
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,12 @@ jobs:
languages: ${{ matrix.language }}
queries: security-extended,security-and-quality

- name: Setup JDK 21
- name: Setup JDK 23
if: ${{ matrix.language == 'java-kotlin' }}
uses: actions/setup-java@v4
with:
distribution: 'oracle'
java-version: 21
java-version: 23

- name: Build with Maven
if: ${{ matrix.language == 'java-kotlin' }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,10 +74,10 @@ jobs:
run: |
chmod +x Core/src/main/resources/yt-dlp
Core/src/main/resources/yt-dlp -U
- name: Set up GraalVM JDK 21
- name: Set up GraalVM JDK 23
uses: graalvm/setup-graalvm@v1
with:
java-version: '21'
java-version: '23'
distribution: 'graalvm'
github-token: ${{ secrets.GITHUB_TOKEN }}
set-java-home: true
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/formatter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ jobs:
uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.sha }}
- name: Setup JDK 21
- name: Setup JDK 23
uses: actions/setup-java@v4
with:
distribution: 'oracle'
java-version: 21
java-version: 23
- name: Format Java files
run: mvn rewrite:run
- name: Install prettier
Expand Down
2 changes: 1 addition & 1 deletion .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit d55b00d

Please sign in to comment.