Skip to content

Commit

Permalink
Removing JDK 8 in matrix build
Browse files Browse the repository at this point in the history
  • Loading branch information
harikrishnan83 authored Jun 16, 2024
1 parent dceae06 commit 993fb94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
java: [8, 17]
java: [17]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 993fb94

Please sign in to comment.