File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1515 runs-on : ubuntu-latest
1616 strategy :
1717 matrix :
18- java : ['17', '21']
18+ java : ['17', '21', '25' ]
1919
2020 steps :
2121 - uses : actions/checkout@v4
Original file line number Diff line number Diff line change @@ -25,8 +25,8 @@ The code is based on the following projects:
2525Most of the mj-* tags are supported. It's currently missing:
2626
2727 - ~~ mj-include: will be implemented~~ implemented in 1.1.1
28- - mj-style: the inline attribute will be ignored
29- - mj-html-attributes: will not be supported, as it requires a css selector
28+ - mj-style: the inline attribute will be ignored: will be supported when the work on css selector support is done. WIP
29+ - mj-html-attributes: will be supported when the work on css selector support is done. WIP
3030
3131Additionally, no pretty print/minimization of the output is provided.
3232
You can’t perform that action at this time.
0 commit comments