Skip to content

Commit

Permalink
Add JDK 17 to the Ant testing matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
sbesson committed Jan 12, 2023
1 parent 9d90656 commit f6d9c4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ant.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
build:
strategy:
matrix:
java: [1.8, 11]
java: [1.8, 11, 17]
os: [ubuntu-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
Expand Down

0 comments on commit f6d9c4b

Please sign in to comment.