Skip to content

Commit

Permalink
Test on java 11 and 17
Browse files Browse the repository at this point in the history
  • Loading branch information
simonsteiner1984 committed Jan 22, 2024
1 parent ed85fa4 commit 3229f09
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']
jdk: ['8', '11', '17']
os: [ubuntu-latest, windows-latest]

steps:
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<properties>
<checkstyle.version>2.15</checkstyle.version>
<exec.version>1.4.0</exec.version>
<findbugs.version>3.1.12.2</findbugs.version>
<findbugs.version>4.7.3.6</findbugs.version>
<jacoco.version>0.8.7</jacoco.version>
<java.version>1.8</java.version>
<junit.version>4.13.2</junit.version>
Expand Down

0 comments on commit 3229f09

Please sign in to comment.