Skip to content

Commit e490d4c

Browse files
committed
Bring back Java 25 for ci.yml
And exclude it for Ubuntu as we do that combination in the SNAPSHOT build **Auto-cherry-pick to 7.0.x**
1 parent a14c91e commit e490d4c

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,11 @@ jobs:
1717
strategy:
1818
fail-fast: false
1919
matrix:
20-
testJavaVersion: [ 17, 21, 26 ]
20+
testJavaVersion: [ 17, 21, 25, 26 ]
2121
os: [ ubuntu-latest, macos-latest, windows-latest ]
22+
exclude:
23+
- os: ubuntu-latest
24+
testJavaVersion: 25
2225

2326
uses: spring-io/spring-github-workflows/.github/workflows/spring-gradle-ci.yml@main
2427
with:

spring-integration-smb/src/test/resources/log4j2-test.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
</Appenders>
88
<Loggers>
99
<Logger name="org.springframework.integration" level="warn"/>
10-
<Logger name="org.springframework.integration.smb" level="warn"/>
10+
<Logger name="org.springframework.integration.smb" level="debug"/>
1111
<Root level="warn">
1212
<AppenderRef ref="STDOUT" />
1313
</Root>

0 commit comments

Comments
 (0)