Skip to content
This repository was archived by the owner on Apr 22, 2025. It is now read-only.

IJ Platform version updates #525

IJ Platform version updates

IJ Platform version updates #525

name: IJ Platform version updates
on:
workflow_dispatch:
schedule:
- cron: 0 8 * * *
jobs:
check-ij-platform-updates:
name: Check for IJP updates
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
branch-name:
- releases/241
- releases/242
- main
steps:
- uses: actions/checkout@v4
with:
ref: ${{ matrix.branch-name }}
- uses: actions/setup-java@v4
with:
distribution: zulu
java-version: 21
cache: gradle
- name: Setup Gradle
run: chmod +x gradlew
- name: Run Gradle
run: ./gradlew checkLatestIntelliJPlatformBuild --no-daemon