We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d13eecd commit 8786ffcCopy full SHA for 8786ffc
1 file changed
.github/workflows/linux.yaml
@@ -16,7 +16,7 @@ jobs:
16
runs-on: ${{ matrix.os }}
17
strategy:
18
matrix:
19
- java: [11, 17]
+ java: [11, 17, 21, 25]
20
os: [ubuntu-latest]
21
steps:
22
- name: Check out code
0 commit comments