Skip to content

Commit

Permalink
adds jdk 17 instead of 16 in build matrix
Browse files Browse the repository at this point in the history
Signed-off-by: Oleh Dokuka <odokuka@vmware.com>
Signed-off-by: Oleh Dokuka <oleh.dokuka@icloud.com>
  • Loading branch information
OlegDokuka committed Mar 26, 2022
1 parent d8cccbe commit 80a05f8
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/gradle-all.yml
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
matrix:
os: [ ubuntu-latest ]
jdk: [ 1.8, 11, 16 ]
jdk: [ 1.8, 11, 17 ]
fail-fast: false

steps:
Expand All @@ -42,7 +42,7 @@ jobs:
strategy:
matrix:
os: [ ubuntu-latest ]
jdk: [ 1.8, 11, 16 ]
jdk: [ 1.8, 11, 17 ]
fail-fast: false

steps:
Expand All @@ -69,7 +69,7 @@ jobs:
strategy:
matrix:
os: [ ubuntu-latest ]
jdk: [ 1.8, 11, 16 ]
jdk: [ 1.8, 11, 17 ]
fail-fast: false

steps:
Expand All @@ -96,7 +96,7 @@ jobs:
strategy:
matrix:
os: [ ubuntu-latest ]
jdk: [ 1.8, 11, 16 ]
jdk: [ 1.8, 11, 17 ]
fail-fast: false

steps:
Expand All @@ -123,7 +123,7 @@ jobs:
strategy:
matrix:
os: [ ubuntu-latest ]
jdk: [ 1.8, 11, 16 ]
jdk: [ 1.8, 11, 17 ]
fail-fast: false

steps:
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/gradle-main.yml
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
matrix:
os: [ ubuntu-latest ]
jdk: [ 1.8, 11, 16 ]
jdk: [ 1.8, 11, 17 ]
fail-fast: false

steps:
Expand All @@ -42,7 +42,7 @@ jobs:
strategy:
matrix:
os: [ ubuntu-latest ]
jdk: [ 1.8, 11, 16 ]
jdk: [ 1.8, 11, 17 ]
fail-fast: false

steps:
Expand All @@ -69,7 +69,7 @@ jobs:
strategy:
matrix:
os: [ ubuntu-latest ]
jdk: [ 1.8, 11, 16 ]
jdk: [ 1.8, 11, 17 ]
fail-fast: false

steps:
Expand All @@ -96,7 +96,7 @@ jobs:
strategy:
matrix:
os: [ ubuntu-latest ]
jdk: [ 1.8, 11, 16 ]
jdk: [ 1.8, 11, 17 ]
fail-fast: false

steps:
Expand All @@ -123,7 +123,7 @@ jobs:
strategy:
matrix:
os: [ ubuntu-latest ]
jdk: [ 1.8, 11, 16 ]
jdk: [ 1.8, 11, 17 ]
fail-fast: false

steps:
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/gradle-pr.yml
Expand Up @@ -9,7 +9,7 @@ jobs:
strategy:
matrix:
os: [ ubuntu-latest ]
jdk: [ 1.8, 11, 16 ]
jdk: [ 1.8, 11, 17 ]
fail-fast: false

steps:
Expand All @@ -36,7 +36,7 @@ jobs:
strategy:
matrix:
os: [ ubuntu-latest ]
jdk: [ 1.8, 11, 16 ]
jdk: [ 1.8, 11, 17 ]
fail-fast: false

steps:
Expand All @@ -63,7 +63,7 @@ jobs:
strategy:
matrix:
os: [ ubuntu-latest ]
jdk: [ 1.8, 11, 16 ]
jdk: [ 1.8, 11, 17 ]
fail-fast: false

steps:
Expand All @@ -90,7 +90,7 @@ jobs:
strategy:
matrix:
os: [ ubuntu-latest ]
jdk: [ 1.8, 11, 16 ]
jdk: [ 1.8, 11, 17 ]
fail-fast: false

steps:
Expand Down

0 comments on commit 80a05f8

Please sign in to comment.