Skip to content

Commit

Permalink
Simplify java versions in ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
eikek committed Aug 20, 2021
1 parent be604df commit 4e8382a
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 @@ -7,7 +7,7 @@ jobs:
strategy:
fail-fast: false
matrix:
java: [ 'adopt@1.8', 'adopt@1.11', 'openjdk@1.11', 'zulu@1.16' ]
java: [ 8, 11, 17 ]
steps:
- uses: actions/checkout@v2.3.4
with:
Expand Down

0 comments on commit 4e8382a

Please sign in to comment.