Skip to content

Commit

Permalink
fix: removing jdk8 adding jd17 test execution
Browse files Browse the repository at this point in the history
  • Loading branch information
tiago.costa committed Dec 20, 2023
1 parent 6bbce01 commit 81deb5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
java: [ '8', '11', '15' ]
java: [ '11', '15', '17' ]
name: Java ${{ matrix.Java }}

steps:
Expand Down

0 comments on commit 81deb5d

Please sign in to comment.