Skip to content

Commit

Permalink
Add Java 17 to CI, drop Java 14 and 15
Browse files Browse the repository at this point in the history
Java 17 is the current LTS version, 14 and 15 are non-LTS versions.
  • Loading branch information
dgelessus committed Feb 5, 2022
1 parent 85b8c89 commit 1b9e1fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
java: [1.8, 11, 14, 15]
java: [1.8, 11, 17]
steps:
- uses: actions/checkout@v2
- name: Set up JDK ${{ matrix.java }}
Expand Down

0 comments on commit 1b9e1fd

Please sign in to comment.