From 5834925e29bb1b4db597140f2f2f97a8636aef07 Mon Sep 17 00:00:00 2001 From: Chris Bono Date: Fri, 10 May 2024 11:18:08 -0500 Subject: [PATCH] Add Spring Pulsar 1.0.0 + Boot 3.2.3 compat test --- .github/workflows/check-samples.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/check-samples.yml b/.github/workflows/check-samples.yml index 1876522e..accc5293 100644 --- a/.github/workflows/check-samples.yml +++ b/.github/workflows/check-samples.yml @@ -42,10 +42,16 @@ jobs: include: - javaVersion: 17 springBootVersion: "${{ needs.prerequisites.outputs.boot_version }}" + springPulsarVersion: "${{ needs.prerequisites.outputs.project_version }}" samplesTarget: ':runAllSampleTests' - javaVersion: 21 springBootVersion: "${{ needs.prerequisites.outputs.boot_version }}" + springPulsarVersion: "${{ needs.prerequisites.outputs.project_version }}" samplesTarget: ':runAllSampleTests -x :spring-pulsar-sample-apps:sample-pulsar-functions:sample-signup-function:test' + - javaVersion: 17 + springBootVersion: "3.2.3-SNAPSHOT" + springPulsarVersion: "1.0.0-SNAPSHOT" + samplesTarget: ':runAllSampleTests' runs-on: ubuntu-latest if: needs.prerequisites.outputs.runjobs steps: @@ -54,7 +60,7 @@ jobs: - name: Check samples project env: LOCAL_REPOSITORY_PATH: ${{ github.workspace }}/build/publications/repos - VERSION: ${{ needs.prerequisites.outputs.project_version }} + VERSION: ${{ matrix.springPulsarVersion }} BOOT_VERSION: ${{ matrix.springBootVersion }} JAVA_VERSION: ${{ matrix.javaVersion }} run: |