Skip to content

Commit

Permalink
Try building on other Java versions
Browse files Browse the repository at this point in the history
  • Loading branch information
xSAVIKx committed Mar 3, 2024
1 parent e02a775 commit b214aa3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
strategy:
fail-fast: false
matrix:
java: [ 8, 11, 15 ]
java: [ 8, 11, 14, 15, 16 ]
os: [ ubuntu-22.04, macos-13 ]

runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit b214aa3

Please sign in to comment.