Skip to content

Commit 183e831

Browse files
author
Tim Van Den Broecke
committed
Run CI on Ubuntu 20.
1 parent 9fee849 commit 183e831

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/continuous_integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
- master
99
jobs:
1010
build:
11-
runs-on: ubuntu-latest
11+
runs-on: ubuntu-20.04
1212
steps:
1313
- name: Checkout
1414
uses: actions/checkout@v2

base/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ task testAllJavaVersions() { testAllTask ->
5959

6060
javaVersionsForTest.each {version ->
6161

62-
if (version != 10) task("testJava$version", type: Test) {
62+
task("testJava$version", type: Test) {
6363

6464
// The version of bytebuddy used by mockk only supports Java 19 experimentally so far
6565
if (version == 19) systemProperty 'net.bytebuddy.experimental', true

0 commit comments

Comments
 (0)