Skip to content

Commit ef154ee

Browse files
committed
Include java 8 module in rebuilds
1 parent 16c28a6 commit ef154ee

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/trigger_dep_builds_v2.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ jobs:
1717
matrix:
1818
repo:
1919
- 'FasterXML/jackson-modules-base'
20+
- 'FasterXML/jackson-modules-java8'
2021
- 'FasterXML/jackson-dataformats-binary'
2122
- 'FasterXML/jackson-dataformats-text'
2223
- 'FasterXML/jackson-dataformat-xml'

.github/workflows/trigger_dep_builds_v3.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ jobs:
1717
matrix:
1818
repo:
1919
- 'FasterXML/jackson-modules-base'
20+
- 'FasterXML/jackson-modules-java8'
2021
- 'FasterXML/jackson-dataformats-binary'
2122
- 'FasterXML/jackson-dataformats-text'
2223
- 'FasterXML/jackson-dataformat-xml'

0 commit comments

Comments
 (0)