Skip to content

Commit f75f3b6

Browse files
committed
CI: remove java 22 (gradle and groovy support)
1 parent a187ede commit f75f3b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/develop.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
strategy:
1616
matrix:
1717
os: [ ubuntu-latest, windows-latest, macos-latest ]
18-
java-version: [ '11', '17', '20', '21', '22' ]
18+
java-version: [ '11', '17', '20', '21' ]
1919

2020
steps:
2121
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)