Skip to content

Prevent jdk20+ linux jobs from running on rhel or centos 6 machines #1911

Prevent jdk20+ linux jobs from running on rhel or centos 6 machines

Prevent jdk20+ linux jobs from running on rhel or centos 6 machines #1911

Workflow file for this run

name: Test
on:
pull_request:
branches: [ master ]
permissions:
contents: read
jobs:
test_groovy:
name: Groovy
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
- uses: actions/setup-java@99b8673ff64fbf99d8d325f52d9a5bdedb8483e9 # v4.2.1
with:
java-version: '11'
distribution: 'temurin'
- name: Run Groovy Tests
run: |
cd pipelines
./gradlew --info test