Skip to content

CI (4.x)

CI (4.x) #261

Workflow file for this run

name: CI (4.x)
on:
schedule:
- cron: '0 4 * * *'
jobs:
CI-4_x-Java_8:
uses: ./.github/workflows/ci.yml
with:
branch: 4.x
jdk: 8
secrets: inherit
CI-4_x-Java_17:
uses: ./.github/workflows/ci.yml
with:
branch: 4.x
jdk: 17
secrets: inherit