Skip to content

Commit

Permalink
test only on java 17 (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
andreaTP authored Jan 25, 2024
1 parent 96e5ec8 commit d7a01b6
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 @@ -37,7 +37,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest]
java-version: [11, 17]
java-version: [17]
runs-on: ${{ matrix.os }}
steps:
- name: Prepare git
Expand Down

0 comments on commit d7a01b6

Please sign in to comment.