Index: /trunk/.github/workflows/ant-test.yml
===================================================================
--- /trunk/.github/workflows/ant-test.yml	(revision 18487)
+++ /trunk/.github/workflows/ant-test.yml	(revision 18488)
@@ -22,5 +22,5 @@
       matrix:
         # test against latest update of each major Java version, as well as specific updates of LTS versions:
-        java: [8, 11, 17, 18-ea]
+        java: [8, 11, 17, 18, 19-ea]
         os: [ubuntu-latest, macos-latest, windows-latest]
     name: Java ${{ matrix.java }} on ${{ matrix.os }}
Index: /trunk/.github/workflows/ant.yml
===================================================================
--- /trunk/.github/workflows/ant.yml	(revision 18487)
+++ /trunk/.github/workflows/ant.yml	(revision 18488)
@@ -4,5 +4,5 @@
   # ANT_HOME is also our ant version
   ANT_HOME: 'apache-ant-1.10.12'
-  JAVAFX_VERSION: '17.0.2'
+  JAVAFX_VERSION: '17.0.3'
 on:
   push:
@@ -72,5 +72,5 @@
       matrix:
         # test against latest update of each major Java version, as well as specific updates of LTS versions:
-        java: [8, 11, 17, 18-ea]
+        java: [8, 11, 17, 18, 19-ea]
         os: [ubuntu-latest, macos-latest, windows-latest]
     name: Java ${{ matrix.java }} on ${{ matrix.os }}
Index: /trunk/build.xml
===================================================================
--- /trunk/build.xml	(revision 18487)
+++ /trunk/build.xml	(revision 18488)
@@ -104,8 +104,8 @@
         <condition property="isJava20"><matches string="${ant.java.version}" pattern="[2-9][0-9]" /></condition>
         <condition property="isJava21"><matches string="${ant.java.version}" pattern="2[1-9]|[3-9][0-9]" /></condition>
-        <!-- Disable jacoco on Java 18+, see https://github.com/jacoco/jacoco/pull/1132 -->
+        <!-- Disable jacoco on Java 19+, see https://github.com/jacoco/jacoco/pull/1282 -->
         <condition property="coverageByDefault">
             <not>
-                <isset property="isJava18"/>
+                <isset property="isJava19"/>
             </not>
         </condition>
