Skip to content

Commit

Permalink
[#171] Remove JDK 8 build on CI (#227)
Browse files Browse the repository at this point in the history
Build with JDK 8 will not be officially supported in 2.0.0.
Although, it is still planned to have target set to JDK 8.
  • Loading branch information
szpak authored Jun 1, 2023
1 parent 1d122e1 commit 090cf2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/java-versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
openjdk:
strategy:
matrix:
jdk: [8, 11, 17]
jdk: [11, 17]
name: "OpenJDK ${{ matrix.jdk }}"
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 090cf2d

Please sign in to comment.