Skip to content

Commit

Permalink
Run workflow with Java 16
Browse files Browse the repository at this point in the history
  • Loading branch information
Juuxel committed Sep 15, 2021
1 parent c83bfb0 commit e5d06fd
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,7 @@ jobs:
strategy:
matrix:
java: [
1.8, # Target
11, # Current LTS
15 # Latest
16
]
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit e5d06fd

Please sign in to comment.