diff --git a/.github/workflows/IJ.yml b/.github/workflows/IJ.yml index 3e51295..d87611c 100644 --- a/.github/workflows/IJ.yml +++ b/.github/workflows/IJ.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - IJ: [IC-2021.1, IC-2021.2, IC-2021.3, IC-2022.1, IC-2022.2, IC-2022.3] + IJ: [IC-2022.3, IC-2023.1, IC-2023.2] steps: - uses: actions/checkout@v2 @@ -44,7 +44,7 @@ jobs: - name: Grant execute permission for gradlew run: chmod +x gradlew - name: Build with Gradle - run: ./gradlew runPluginVerifier -PideaVersion=IC-2022.3 + run: ./gradlew runPluginVerifier -PideaVersion=IC-2023.2 - name: Upload report uses: actions/upload-artifact@v2 if: always() diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 233b970..c343fe5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,10 +15,10 @@ jobs: steps: - uses: actions/checkout@v2 - - name: Set up JDK 11 + - name: Set up JDK 17 uses: actions/setup-java@v1 with: - java-version: 11 + java-version: 17 - name: Grant execute permission for gradlew run: chmod +x gradlew - name: Build with Gradle @@ -50,10 +50,10 @@ jobs: steps: - uses: actions/checkout@v2 - - name: Set up JDK 11 + - name: Set up JDK 17 uses: actions/setup-java@v1 with: - java-version: 11 + java-version: 17 - name: Grant execute permission for gradlew run: chmod +x gradlew - name: Build with Gradle diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e0ff375..15c7df0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -11,10 +11,10 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - - name: Set up JDK 11 + - name: Set up JDK 17 uses: actions/setup-java@v1 with: - java-version: 11 + java-version: 17 - name: Grant execute permission for gradlew run: chmod +x gradlew - name: Build with Gradle @@ -35,4 +35,4 @@ jobs: upload_url: ${{ steps.create_release.outputs.upload_url }} asset_path: '${{ github.workspace }}/build/distributions/Runtime Server Protocol Connector by Red Hat-${{ github.event.inputs.version }}.zip' asset_name: 'Runtime Server Protocol Connector by Red Hat-${{ github.event.inputs.version }}.zip' - asset_content_type: application/zip \ No newline at end of file + asset_content_type: application/zip