Skip to content

Commit

Permalink
build: test on lts versions (including 21) (#3381)
Browse files Browse the repository at this point in the history
* build: test on lts versions

* build: upgrade to proguard 7.4.0
  • Loading branch information
iBotPeaches authored Oct 14, 2023
1 parent e2a5742 commit 34a6970
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
fail-fast: true
matrix:
os: [ ubuntu-latest, macOS-latest, windows-latest ]
java: [ 8, 11, 17, 18, 19, 20 ]
java: [ 8, 11, 17, 21 ]
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v3
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ commons_lang3 = "3.13.0"
commons_text = "1.10.0"
guava = "32.0.1-jre"
junit = "4.13.2"
proguard = "7.3.2"
proguard = "7.4.0"
shadow = "8.1.1"
smali = "3.0.3"
xmlpull = "1.1.4c"
Expand Down

0 comments on commit 34a6970

Please sign in to comment.