Skip to content

Commit

Permalink
Merge pull request #532 from akarnokd/patch-3
Browse files Browse the repository at this point in the history
Do not build on JDK 13.
  • Loading branch information
rkuhn authored Jun 15, 2021
2 parents 1744f5e + 1f0cc2b commit 899f17f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
java: [ '8', '11', '13' ]
java: [ '8', '11' ]
steps:
- uses: actions/checkout@v2
- name: Set up JDK
Expand Down

0 comments on commit 899f17f

Please sign in to comment.