Skip to content

Commit

Permalink
Merge pull request #11 from sullis/ci-jdk-8-11-15
Browse files Browse the repository at this point in the history
ci: JDK 8, JDK 11, JDK 15
  • Loading branch information
lukaszlenart committed Dec 24, 2020
2 parents e038602 + dc9b92e commit aa6d026
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Expand Up @@ -23,7 +23,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
java: [ '1.8', '11.0.4', '12.0.2' ]
java: [ '8', '11', '15' ]

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit aa6d026

Please sign in to comment.