aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorMarcin Aman <marcin.aman@gmail.com>2021-06-15 14:23:42 +0200
committerGitHub <noreply@github.com>2021-06-15 14:23:42 +0200
commitf24060408be04bce08f523579c0f6ad358a58a34 (patch)
tree90ae069600ca059cb031ce5ce40fe00ef1023de7 /.github
parent4c6ce7a2581074c9b8f3e82fb51d2d953db0d49b (diff)
downloaddokka-f24060408be04bce08f523579c0f6ad358a58a34.tar.gz
dokka-f24060408be04bce08f523579c0f6ad358a58a34.tar.bz2
dokka-f24060408be04bce08f523579c0f6ad358a58a34.zip
Remove JDK 8 on windows due to OOM and bump kotlin version in test (#1971)
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/gradle-test.pr.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/gradle-test.pr.yml b/.github/workflows/gradle-test.pr.yml
index 76f16b94..24710337 100644
--- a/.github/workflows/gradle-test.pr.yml
+++ b/.github/workflows/gradle-test.pr.yml
@@ -6,7 +6,7 @@ jobs:
test-ubuntu:
strategy:
matrix:
- version: [ 8, 11, 15 ]
+ version: [ 8, 11, 15, 16 ]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
@@ -18,7 +18,7 @@ jobs:
test-windows:
strategy:
matrix:
- version: [ 8, 11, 15 ]
+ version: [ 11, 15, 16 ]
runs-on: windows-latest
steps:
- uses: actions/checkout@v2