Commit af6673b
authored
ci(dependabot): keep JavaFX on the line that still runs on Java 17 (#471)
JavaFX follows the JDK it was built against, and 21.x is the last line that
runs on Java 17. The CI matrix still builds and tests on 17, so the proposed
jump to 26.0.2 failed qa's compile outright: javafx-controls resolves, but
Label, TextArea, FontWeight and Font are not visible to a release-17 compile
and the JavaFX dev-preview tool stops building.
Ignoring only major bumps, so patch and minor updates inside 21.x still arrive.
The entry says when to drop it: once the matrix floor moves past 17.1 parent 6c33d93 commit af6673b
1 file changed
Lines changed: 8 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
37 | 45 | | |
38 | 46 | | |
39 | 47 | | |
| |||
0 commit comments