mirror of
https://github.com/iBotPeaches/Apktool.git
synced 2024-11-26 22:10:37 +00:00
fix: add java 15/16 to test suite
This commit is contained in:
parent
545ba6ae75
commit
1ce0225c7d
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -18,7 +18,7 @@ jobs:
|
||||
fail-fast: true
|
||||
matrix:
|
||||
os: [ ubuntu-latest, macOS-latest, windows-latest ]
|
||||
java: [ 8, 9, 10, 11, 12, 13, 14 ]
|
||||
java: [ 8, 9, 10, 11, 12, 13, 14, 15, 16 ]
|
||||
|
||||
steps:
|
||||
- uses: actions/cache@v2
|
||||
|
Loading…
Reference in New Issue
Block a user