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 4fc4472 commit dee8028Copy full SHA for dee8028
.github/workflows/maven.yml
@@ -22,9 +22,9 @@ jobs:
22
strategy:
23
fail-fast: false
24
matrix:
25
- # AspectJ_JDK_Update
+ # AspectJ_JDK_Update: Always keep LTS versions + latest version supported by JDT Core
26
# Check for available Temurin releases on https://adoptium.net/releases.html
27
- java: [ 17, 21 ]
+ java: [ 17, 21, 22 ]
28
29
runs-on: ubuntu-latest
30
0 commit comments