Skip to content

Update compatibility matrix for 1.3.x #433

Update compatibility matrix for 1.3.x

Update compatibility matrix for 1.3.x #433

Workflow file for this run

name: Build and Test Plugin Template
on:
push:
branches:
- "*"
pull_request:
branches:
- "*"
jobs:
build:
strategy:
matrix:
os: [ubuntu-latest]
java: [17,21]
name: Build and Test Plugin Template
runs-on: ${{ matrix.os }}
permissions:
contents: read
steps:
- uses: actions/checkout@v4
- name: Set up JDK ${{ matrix.java }}
uses: actions/setup-java@v4
with:
distribution: "temurin"
java-version: ${{ matrix.java }}
- name: Build and Run Tests
run: |
./gradlew --info build