diff --git a/.github/workflows/integ-tests-with-security.yml b/.github/workflows/integ-tests-with-security.yml index 72197a22a7..8ca5a5c1d5 100644 --- a/.github/workflows/integ-tests-with-security.yml +++ b/.github/workflows/integ-tests-with-security.yml @@ -59,7 +59,7 @@ jobs: strategy: fail-fast: false matrix: - os: [ windows-latest, macos-latest ] + os: [ windows-latest ] java: [ 11, 17, 21 ] runs-on: ${{ matrix.os }} diff --git a/.github/workflows/sql-test-and-build-workflow.yml b/.github/workflows/sql-test-and-build-workflow.yml index f962dc45e7..ded974bfcb 100644 --- a/.github/workflows/sql-test-and-build-workflow.yml +++ b/.github/workflows/sql-test-and-build-workflow.yml @@ -106,11 +106,8 @@ jobs: matrix: entry: - { os: windows-latest, java: 11, os_build_args: -x doctest -PbuildPlatform=windows } - - { os: macos-latest, java: 11} - { os: windows-latest, java: 17, os_build_args: -x doctest -PbuildPlatform=windows } - - { os: macos-latest, java: 17 } - { os: windows-latest, java: 21, os_build_args: -x doctest -PbuildPlatform=windows } - - { os: macos-latest, java: 21 } runs-on: ${{ matrix.entry.os }} steps: diff --git a/integ-test/build.gradle b/integ-test/build.gradle index 42cfd70bd8..a0f82b6f1b 100644 --- a/integ-test/build.gradle +++ b/integ-test/build.gradle @@ -44,7 +44,7 @@ apply plugin: 'java' apply plugin: 'io.freefair.lombok' apply plugin: 'com.wiredforcode.spawn' -String baseVersion = "2.14.0" +String baseVersion = "2.15.0" String bwcVersion = baseVersion + ".0"; String baseName = "sqlBwcCluster" String bwcFilePath = "src/test/resources/bwc/"