This commit is contained in:
Jason Penilla
2021-11-22 00:26:14 -08:00
parent 6c146a6ac7
commit 630e7db10c
2 changed files with 3 additions and 3 deletions

View File

@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
java: [16]
java: [17]
fail-fast: true
steps:
- uses: actions/checkout@v2.3.5