Skip to content

Commit aa3b05c

Browse files
committed
clean up
1 parent 5815a16 commit aa3b05c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/java.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,8 @@ jobs:
4949
strategy:
5050
fail-fast: false
5151
matrix:
52-
jdk: [8, 11, 17]
52+
# github not support JVM 8 anymore
53+
jdk: [11, 17]
5354
optimizely_default_parser: [GSON_CONFIG_PARSER, JACKSON_CONFIG_PARSER, JSON_CONFIG_PARSER, JSON_SIMPLE_CONFIG_PARSER]
5455
steps:
5556
- name: checkout

0 commit comments

Comments
 (0)