Skip to content

Commit 35cb6a5

Browse files
committed
Check also with Jackson 2.15.4, 2.16.2, and 2.17.0
1 parent 5e43b05 commit 35cb6a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
strategy:
1010
fail-fast: false
1111
matrix:
12-
jacksonVersion: [ "2.15.3" ]
12+
jacksonVersion: [ "2.15.3", "2.15.4", "2.16.2", "2.17.0" ]
1313
steps:
1414
- uses: actions/checkout@v4
1515
- name: Set up OpenJDK 8

0 commit comments

Comments
 (0)