We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64dc1a7 commit 61ad473Copy full SHA for 61ad473
1 file changed
.github/workflows/master.yml
@@ -9,7 +9,7 @@ jobs:
9
runs-on: ubuntu-latest
10
strategy:
11
matrix:
12
- nodeVersion: [ 18, 20, 22 ]
+ nodeVersion: [ 20, 22 ]
13
jdkVersion: [ openjdk9, openjdk10, openjdk11, openjdk21 ]
14
steps:
15
- name: Checkout source code
0 commit comments