Skip to content

Commit e1c634c

Browse files
committed
update readme+add 25 on ci
1 parent 5bd8677 commit e1c634c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
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

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ The code is based on the following projects:
2525
Most 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

3131
Additionally, no pretty print/minimization of the output is provided.
3232

0 commit comments

Comments
 (0)