Skip to content

Commit

Permalink
remove java 8, add 17,21
Browse files Browse the repository at this point in the history
  • Loading branch information
gschueler committed Dec 11, 2024
1 parent 6c8d595 commit eb0a8aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/install-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ set -euo pipefail
DEBTAG=rdcli-deb
RPMTAG=rdcli-rpm
UBUNTUVERS="18.04 20.04 22.04"
RPMJDK="java-1.8.0-openjdk java-11-openjdk"
DEBJDK="openjdk-8-jdk openjdk-11-jdk"
RPMJDK="java-11-openjdk java-17-openjdk java-21-openjdk"
DEBJDK="openjdk-11-jdk openjdk-17-jdk openjdk-21-jdk"

test_basic() {
local TAG=$1
Expand Down

0 comments on commit eb0a8aa

Please sign in to comment.