Skip to content

Commit

Permalink
Don't build against java 8
Browse files Browse the repository at this point in the history
  • Loading branch information
thecatcore committed Feb 6, 2024
1 parent 787f4fd commit 8680a3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ jobs:
build:
strategy:
matrix:
java: [8-jdk, 11-jdk, 15-jdk]
java: [11-jdk, 15-jdk]
runs-on: ubuntu-20.04
container:
image: openjdk:${{ matrix.java }}
Expand Down

0 comments on commit 8680a3d

Please sign in to comment.