mirror of
https://github.com/gotson/komga.git
synced 2026-05-05 23:37:43 +00:00
ci: use Java 21
This commit is contained in:
parent
c8989060bf
commit
71e8e9a014
2 changed files with 4 additions and 4 deletions
4
.github/workflows/tests.yml
vendored
4
.github/workflows/tests.yml
vendored
|
|
@ -20,10 +20,10 @@ jobs:
|
|||
name: Test server - ${{ matrix.os }}
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: Setup Java 17
|
||||
- name: Setup Java 21
|
||||
uses: actions/setup-java@v4
|
||||
with:
|
||||
java-version: 17
|
||||
java-version: 21
|
||||
java-package: 'jdk'
|
||||
distribution: 'temurin'
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue