Skip to content

Commit

Permalink
Run tests on Java 21
Browse files Browse the repository at this point in the history
  • Loading branch information
simonsteiner1984 committed Jun 7, 2024
1 parent 800b3a3 commit 0370e4e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
strategy:
fail-fast: false
matrix:
jdk: ['8', '11', '17']
jdk: ['8', '11', '17', '21']
os: [ubuntu-latest, windows-latest]

steps:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ public TestReport runImpl() throws Exception {
return result;
}

p.setReferenceScore(score*2);
p.setReferenceScore(score*4);
r = p.run();
assertTrue(!r.hasPassed());
if (!r.getErrorCode().equals("unexpected.performance.improvement")) {
Expand Down

0 comments on commit 0370e4e

Please sign in to comment.