File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -11,11 +11,11 @@ jobs:
11
11
# Jenkins core dependency causes issues during deleting the temporary workspace in the test 'IntegrationTest.testPipelinePushLogsWithConnectionIssues'
12
12
# "CompositeIO Unable to delete 'D:\a\elasticsearch-logs-plugin\elasticsearch-logs-plugin\target\tmp\j h1981224811615637958'"
13
13
steps :
14
- - uses : actions/checkout@v1
15
- - name : Set up JDK 11
16
- uses : actions/setup-java@v3
14
+ - uses : actions/checkout@v4
15
+ - name : Set up JDK 21
16
+ uses : actions/setup-java@v4
17
17
with :
18
18
distribution : ' temurin'
19
- java-version : ' 11 '
19
+ java-version : ' 21 '
20
20
- name : Test with Maven
21
21
run : mvn -B -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn verify
You can’t perform that action at this time.
0 commit comments