From 253cae5beea1d6a6dfa4d0eb9190cc632c747f2a Mon Sep 17 00:00:00 2001 From: Manu Sridharan Date: Sun, 6 Oct 2024 12:13:21 -0700 Subject: [PATCH] Update CI config --- .github/workflows/continuous-integration.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index 9f1c6c1284..14a8478b18 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -25,13 +25,13 @@ jobs: epVersion: 2.31.0 - os: macos-latest java: 17 - epVersion: 2.32.0 + epVersion: 2.33.0 - os: windows-latest java: 17 - epVersion: 2.32.0 + epVersion: 2.33.0 - os: ubuntu-latest java: 17 - epVersion: 2.32.0 + epVersion: 2.33.0 fail-fast: false runs-on: ${{ matrix.os }} steps: @@ -60,7 +60,7 @@ jobs: ORG_GRADLE_PROJECT_epApiVersion: ${{ matrix.epVersion }} run: ./gradlew codeCoverageReport continue-on-error: true - if: runner.os == 'Linux' && matrix.java == '17' && matrix.epVersion == '2.32.0' && github.repository == 'uber/NullAway' + if: runner.os == 'Linux' && matrix.java == '17' && matrix.epVersion == '2.33.0' && github.repository == 'uber/NullAway' - name: Upload coverage reports to Codecov uses: codecov/codecov-action@v4 with: