Skip to content

Commit

Permalink
Merge 71202fe into 3.7.4
Browse files Browse the repository at this point in the history
Signed-off-by: Violeta Georgieva <[email protected]>
  • Loading branch information
violetagg committed Feb 11, 2025
2 parents dfbcb0b + 71202fe commit 0c8d207
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
distribution: 'temurin'
java-version: 11
- name: Setup JDK 21
if: contains('main 3.6.x', github.base_ref)
if: contains('main 3.6.x 3.7.x', github.base_ref)
uses: actions/setup-java@3a4f6e1af504cf6a31855fa899c6aa5355ba6c12 # tag=v3
with:
distribution: 'temurin'
Expand Down Expand Up @@ -75,7 +75,7 @@ jobs:
distribution: 'temurin'
java-version: 11
- name: Setup Java 21
if: contains('main 3.6.x', github.base_ref)
if: contains('main 3.6.x 3.7.x', github.base_ref)
uses: actions/setup-java@3a4f6e1af504cf6a31855fa899c6aa5355ba6c12 # tag=v3
with:
distribution: 'temurin'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/full.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
fail-fast: false
matrix:
branch: [ 3.6.x, main ]
branch: [ 3.6.x, 3.7.x, main ]
test-type:
- type: core
arguments: ":reactor-core:test --no-daemon"
Expand Down Expand Up @@ -43,7 +43,7 @@ jobs:
distribution: 'temurin'
java-version: 11
- name: Setup Java 21
if: contains('main 3.6.x', matrix.branch)
if: contains('main 3.6.x 3.7.x', matrix.branch)
uses: actions/setup-java@3a4f6e1af504cf6a31855fa899c6aa5355ba6c12 # tag=v3
with:
distribution: 'temurin'
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
distribution: 'temurin'
java-version: 11
- name: Setup JDK 21
if: contains('main 3.6.x', github.base_ref)
if: contains('main 3.6.x 3.7.x', github.base_ref)
uses: actions/setup-java@3a4f6e1af504cf6a31855fa899c6aa5355ba6c12 # tag=v3
with:
distribution: 'temurin'
Expand Down Expand Up @@ -108,7 +108,7 @@ jobs:
distribution: 'temurin'
java-version: 11
- name: Setup JDK 21
if: contains('main 3.6.x', github.base_ref)
if: contains('main 3.6.x 3.7.x', github.base_ref)
uses: actions/setup-java@3a4f6e1af504cf6a31855fa899c6aa5355ba6c12 # tag=v3
with:
distribution: 'temurin'
Expand Down Expand Up @@ -146,7 +146,7 @@ jobs:
distribution: 'temurin'
java-version: 11
- name: Setup JDK 21
if: contains('main 3.6.x', github.base_ref)
if: contains('main 3.6.x 3.7.x', github.base_ref)
uses: actions/setup-java@3a4f6e1af504cf6a31855fa899c6aa5355ba6c12 # tag=v3
with:
distribution: 'temurin'
Expand Down Expand Up @@ -186,7 +186,7 @@ jobs:
distribution: 'temurin'
java-version: 11
- name: Setup JDK 21
if: contains('main 3.6.x', github.base_ref)
if: contains('main 3.6.x 3.7.x', github.base_ref)
uses: actions/setup-java@3a4f6e1af504cf6a31855fa899c6aa5355ba6c12 # tag=v3
with:
distribution: 'temurin'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/snapshots.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
fail-fast: false
matrix:
branch: [ 3.6.x, main ]
branch: [ 3.6.x, 3.7.x, main ]
test-type:
- type: core
arguments: ":reactor-core:test --no-daemon -DuseSnapshotMicrometerVersion=true"
Expand Down Expand Up @@ -41,7 +41,7 @@ jobs:
distribution: 'temurin'
java-version: 11
- name: Setup Java 21
if: contains('main 3.6.x', matrix.branch)
if: contains('main 3.6.x 3.7.x', matrix.branch)
uses: actions/setup-java@3a4f6e1af504cf6a31855fa899c6aa5355ba6c12 # tag=v3
with:
distribution: 'temurin'
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ spotless {
enforceCheck false
}
else {
String spotlessBranch = "origin/main"
String spotlessBranch = "origin/3.7.x"
println "[Spotless] Local run detected, ratchet from $spotlessBranch"
ratchetFrom spotlessBranch
}
Expand Down

0 comments on commit 0c8d207

Please sign in to comment.