Skip to content

Commit 5815a16

Browse files
committed
add jvm 8 test
1 parent 3b67223 commit 5815a16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/java.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
strategy:
5050
fail-fast: false
5151
matrix:
52-
jdk: [11, 17]
52+
jdk: [8, 11, 17]
5353
optimizely_default_parser: [GSON_CONFIG_PARSER, JACKSON_CONFIG_PARSER, JSON_CONFIG_PARSER, JSON_SIMPLE_CONFIG_PARSER]
5454
steps:
5555
- name: checkout

0 commit comments

Comments
 (0)