Skip to content

Commit 7a3cecd

Browse files
committed
Updated build matrix for JDKs
Signed-off-by: Patrick Reinhart <patrick@reini.net>
1 parent 665e60a commit 7a3cecd

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/gradle.yml

+1-4
Original file line numberDiff line numberDiff line change
@@ -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-
41
name: CI
52

63
on:
@@ -22,7 +19,7 @@ jobs:
2219
runs-on: ${{ matrix.os }}
2320
strategy:
2421
matrix:
25-
jdk: ['11', '22']
22+
jdk: ['11', '21','23']
2623
os: [ubuntu-latest]
2724
steps:
2825
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)