diff --git a/.github/workflows/full.yml b/.github/workflows/full.yml index 9c4c4bf71c..e569f27aa1 100644 --- a/.github/workflows/full.yml +++ b/.github/workflows/full.yml @@ -11,7 +11,7 @@ jobs: strategy: fail-fast: false matrix: - branch: [ 3.5.x, 3.6.x, main ] + branch: [ 3.6.x, main ] test-type: - type: core arguments: ":reactor-core:test --no-daemon" diff --git a/.github/workflows/snapshots.yml b/.github/workflows/snapshots.yml index fe945261e7..f0fc7d4fb4 100644 --- a/.github/workflows/snapshots.yml +++ b/.github/workflows/snapshots.yml @@ -11,7 +11,7 @@ jobs: strategy: fail-fast: false matrix: - branch: [ 3.5.x, 3.6.x, main ] + branch: [ 3.6.x, main ] test-type: - type: core arguments: ":reactor-core:test --no-daemon -DuseSnapshotMicrometerVersion=true"