Skip to content

Commit

Permalink
Perform CI with Java 8 and Java 17
Browse files Browse the repository at this point in the history
  • Loading branch information
gesellix committed Jul 21, 2024
1 parent aaf0a21 commit 08d7b4c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@ jobs:
strategy:
matrix:
os: [ ubuntu-latest, windows-latest, macos-latest ]
java: [ 8 ]
# java: [ 8, 17 ]
java: [ 8, 17 ]
runs-on: ${{ matrix.os }}
timeout-minutes: 20
steps:
Expand Down

0 comments on commit 08d7b4c

Please sign in to comment.