Skip to content

chore: added IC-2023.2 to verified platforms (#193) #397

chore: added IC-2023.2 to verified platforms (#193)

chore: added IC-2023.2 to verified platforms (#193) #397

Workflow file for this run

# This workflow will build a Java project with Gradle
# For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-gradle
name: Validate against IJ versions
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
validate:
runs-on: ubuntu-latest
strategy:
matrix:

Check failure on line 16 in .github/workflows/IJ.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/IJ.yml

Invalid workflow file

You have an error in your yaml syntax on line 16
IJ: [IC-2021.1, IC-2021.2, IC-2021.3, IC-2022.1, IC-2022.2, , IC-2022.3, IC-2023.2]
steps:
- uses: actions/checkout@v2
- name: Set up JDK 11
uses: actions/setup-java@v1
with:
java-version: 11
- name: Grant execute permission for gradlew
run: chmod +x gradlew
- name: Build with Gradle
run: ./gradlew build -PideaVersion=${{ matrix.IJ }}