Skip to content

Commit 04506c9

Browse files
committed
Merge remote-tracking branch 'origin/master' into jdk-collections
# Conflicts: # .github/workflows/pr-workflow.yml
2 parents 0089697 + 2156855 commit 04506c9

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/ci-workflow.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ jobs:
5454
- uses: actions/setup-java@v4
5555
with:
5656
distribution: 'temurin'
57-
java-version: 24
58-
- name: Test with JDK 24
57+
java-version: 25
58+
- name: Test with JDK 25
5959
run: mvn -v && mvn -B test
6060

6161
- name: Set up settings.xml for Sonatype

.github/workflows/pr-workflow.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,11 @@ jobs:
4343
distribution: 'temurin'
4444
java-version: 21
4545
- name: Test with JDK 21
46-
run: mvn -v && mvn -B test
46+
run: mvn -v && mvn -B test
4747

4848
- uses: actions/setup-java@v4
4949
with:
5050
distribution: 'temurin'
51-
java-version: 24
52-
- name: Test with JDK 24
53-
run: mvn -v && mvn -B test
51+
java-version: 25
52+
- name: Test with JDK 25
53+
run: mvn -v && mvn -B test

0 commit comments

Comments
 (0)