Skip to content

Commit abcf41a

Browse files
committed
use temurin, 11 and 17
1 parent 303d07f commit abcf41a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/java.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
strategy:
5050
fail-fast: false
5151
matrix:
52-
jdk: [8, 11]
52+
jdk: [11, 17]
5353
optimizely_default_parser: [GSON_CONFIG_PARSER, JACKSON_CONFIG_PARSER, JSON_CONFIG_PARSER, JSON_SIMPLE_CONFIG_PARSER]
5454
steps:
5555
- name: checkout
@@ -59,7 +59,7 @@ jobs:
5959
uses: actions/setup-java@v4
6060
with:
6161
java-version: ${{ matrix.jdk }}
62-
distribution: 'zulu'
62+
distribution: 'temurin'
6363

6464
- name: Grant execute permission for gradlew
6565
run: chmod +x gradlew

0 commit comments

Comments
 (0)