Skip to content

Commit

Permalink
temporarily remove test with JDK 17 (#119)
Browse files Browse the repository at this point in the history
  • Loading branch information
vvatanabe committed Apr 3, 2022
1 parent 6392d89 commit 1f5a7b1
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,11 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
java: ['8', '11', '17']
java: [
'8',
'11',
# '17' Refs: https://github.com/nulab/zxcvbn4j/issues/118
]
fail-fast: false
name: Build and test on JDK ${{ matrix.Java }}
if: "!contains(github.event.head_commit.message, '[ci skip]') && !contains(github.event.head_commit.message, '[skip ci]')"
Expand Down

0 comments on commit 1f5a7b1

Please sign in to comment.