diff options
author | Jason Penilla <[email protected]> | 2021-11-22 00:26:14 -0800 |
---|---|---|
committer | MiniDigger | Martin <[email protected]> | 2021-11-30 19:26:33 +0100 |
commit | d3f17db87df4a240717557fc6ca06d2eb0796aed (patch) | |
tree | 99c6471ddc6b74a07759953f04a05206489bfae5 /.github | |
parent | 67069e1e7424115d67a04719217b13779ae11aae (diff) | |
download | Paper-d3f17db87df4a240717557fc6ca06d2eb0796aed.tar.gz Paper-d3f17db87df4a240717557fc6ca06d2eb0796aed.zip |
java 17
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/build.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index bf6b146669..51bf4958a7 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - java: [16] + java: [17] fail-fast: true steps: - uses: actions/[email protected] |