We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fccaf2e commit 54f8ae2Copy full SHA for 54f8ae2
.github/workflows/CI.yml
@@ -13,7 +13,7 @@ jobs:
13
strategy:
14
matrix:
15
os: [ubuntu-latest]
16
- java: [17]
+ java: [17,21]
17
name: Build and Test Plugin Template
18
runs-on: ${{ matrix.os }}
19
permissions:
0 commit comments