Skip to content

Update to JFX 21.0.2 #10

Update to JFX 21.0.2

Update to JFX 21.0.2 #10

Workflow file for this run

---
name: Monocle CI
on:
workflow_dispatch:
pull_request:
push:
permissions:
actions: read
checks: write
contents: read
issues: read
packages: read
pull-requests: write
statuses: read
security-events: write
jobs:
# testfx-4-ubuntu-22-04-jdk-8-jfx-8:
# name: TestFX 4 - Ubuntu 22.04 - JDK 8 - JFX 8
# uses: ./.github/workflows/build.yml
# with:
# os: ubuntu-22.04
# jdk: 8
# openjfx: 8
# secrets: inherit
monocle:
name: Monocle
uses: ./.github/workflows/build.yml
with:
os: ubuntu-22.04
jdk: 21.0.2
openjfx: 21
secrets: inherit