mirror of
https://github.com/revanced/Apktool.git
synced 2025-01-21 01:07:34 +01:00
build: test on JDK 20 (#3177)
This commit is contained in:
parent
1493d9d357
commit
ab4069306c
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -68,7 +68,7 @@ jobs:
|
|||||||
fail-fast: true
|
fail-fast: true
|
||||||
matrix:
|
matrix:
|
||||||
os: [ ubuntu-latest, macOS-latest, windows-latest ]
|
os: [ ubuntu-latest, macOS-latest, windows-latest ]
|
||||||
java: [ 8, 11, 17, 18, 19 ]
|
java: [ 8, 11, 17, 18, 19, 20 ]
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- uses: actions/setup-java@v3
|
- uses: actions/setup-java@v3
|
||||||
|
Loading…
x
Reference in New Issue
Block a user