We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b67223 commit 5815a16Copy full SHA for 5815a16
.github/workflows/java.yml
@@ -49,7 +49,7 @@ jobs:
49
strategy:
50
fail-fast: false
51
matrix:
52
- jdk: [11, 17]
+ jdk: [8, 11, 17]
53
optimizely_default_parser: [GSON_CONFIG_PARSER, JACKSON_CONFIG_PARSER, JSON_CONFIG_PARSER, JSON_SIMPLE_CONFIG_PARSER]
54
steps:
55
- name: checkout
0 commit comments