We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5815a16 commit aa3b05cCopy full SHA for aa3b05c
1 file changed
.github/workflows/java.yml
@@ -49,7 +49,8 @@ jobs:
49
strategy:
50
fail-fast: false
51
matrix:
52
- jdk: [8, 11, 17]
+ # github not support JVM 8 anymore
53
+ jdk: [11, 17]
54
optimizely_default_parser: [GSON_CONFIG_PARSER, JACKSON_CONFIG_PARSER, JSON_CONFIG_PARSER, JSON_SIMPLE_CONFIG_PARSER]
55
steps:
56
- name: checkout
0 commit comments