Skip to content

Commit 34a6970

Browse files
authored
build: test on lts versions (including 21) (#3381)
* build: test on lts versions * build: upgrade to proguard 7.4.0
1 parent e2a5742 commit 34a6970

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
fail-fast: true
7070
matrix:
7171
os: [ ubuntu-latest, macOS-latest, windows-latest ]
72-
java: [ 8, 11, 17, 18, 19, 20 ]
72+
java: [ 8, 11, 17, 21 ]
7373
steps:
7474
- uses: actions/checkout@v4
7575
- uses: actions/setup-java@v3

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ commons_lang3 = "3.13.0"
66
commons_text = "1.10.0"
77
guava = "32.0.1-jre"
88
junit = "4.13.2"
9-
proguard = "7.3.2"
9+
proguard = "7.4.0"
1010
shadow = "8.1.1"
1111
smali = "3.0.3"
1212
xmlpull = "1.1.4c"

0 commit comments

Comments
 (0)