We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 665e60a commit 7a3cecdCopy full SHA for 7a3cecd
.github/workflows/gradle.yml
@@ -1,6 +1,3 @@
1
-# This workflow will build a Java project with Gradle
2
-# For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-gradle
3
-
4
name: CI
5
6
on:
@@ -22,7 +19,7 @@ jobs:
22
19
runs-on: ${{ matrix.os }}
23
20
strategy:
24
21
matrix:
25
- jdk: ['11', '22']
+ jdk: ['11', '21','23']
26
os: [ubuntu-latest]
27
steps:
28
- uses: actions/checkout@v4
0 commit comments