Skip to content

Commit

Permalink
Add 3.7.x branch to the workflows
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
1 parent 6288ab7 commit 71202fe
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
java-version: 9.0.4
jdkFile: /opt/openjdk/java9/OpenJDK9U-jdk_x64_linux_hotspot_9.0.4_11.tar.gz
- 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 @@ -85,7 +85,7 @@ jobs:
java-version: 9.0.4
jdkFile: /opt/openjdk/java9/OpenJDK9U-jdk_x64_linux_hotspot_9.0.4_11.tar.gz
- 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:
java-version: 9.0.4
jdkFile: /opt/openjdk/java9/OpenJDK9U-jdk_x64_linux_hotspot_9.0.4_11.tar.gz
- 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 @@ -83,7 +83,7 @@ jobs:
java-version: 9.0.4
jdkFile: /opt/openjdk/java9/OpenJDK9U-jdk_x64_linux_hotspot_9.0.4_11.tar.gz
- 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 @@ -121,7 +121,7 @@ jobs:
java-version: 9.0.4
jdkFile: /opt/openjdk/java9/OpenJDK9U-jdk_x64_linux_hotspot_9.0.4_11.tar.gz
- 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 @@ -161,7 +161,7 @@ jobs:
java-version: 9.0.4
jdkFile: /opt/openjdk/java9/OpenJDK9U-jdk_x64_linux_hotspot_9.0.4_11.tar.gz
- 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

0 comments on commit 71202fe

Please sign in to comment.