Skip to content

Commit

Permalink
ci: remove java 8 from testing workflow due to conflict with spotless
Browse files Browse the repository at this point in the history
  • Loading branch information
jahrim committed Jun 21, 2023
1 parent 4e32754 commit 17f8b76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
strategy:
matrix:
os: [windows, macos, ubuntu]
java-version: [8, 11, 17]
java-version: [11, 17]
runs-on: ${{matrix.os}}-latest
steps:
# Install the specified version of Java in the provided runner
Expand Down

0 comments on commit 17f8b76

Please sign in to comment.