Skip to content

Commit

Permalink
Merge pull request #35 from sullis/ci-jdk-15-ftw
Browse files Browse the repository at this point in the history
ci: add JDK 15
  • Loading branch information
blast-hardcheese authored Dec 30, 2020
2 parents 3cd087e + 7031c8b commit 351778f
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', '14' ]
java: [ '8', '11', '13', '14', '15' ]
steps:
- uses: actions/checkout@v2
- name: Gradle wrapper validation
Expand Down

0 comments on commit 351778f

Please sign in to comment.