Skip to content

Commit

Permalink
Restore JDK8 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
Reamer committed Feb 24, 2022
1 parent 6100fb1 commit a67b732
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
java: [ '11' ]
java: [ '8', '11' ]
name: Java ${{ matrix.Java }} testing
steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<license.owner>dependency-check</license.owner>
<license.mailto>[email protected]</license.mailto>

<jdk.min.version>11</jdk.min.version>
<jdk.min.version>8</jdk.min.version>
<sonar.host.url>https://sonarcloud.io</sonar.host.url>
<sonar.projectKey>dependency-check_dependency-check-sonar-plugin</sonar.projectKey>
<sonar.organization>dependency-check</sonar.organization>
Expand Down

0 comments on commit a67b732

Please sign in to comment.