Skip to content

Commit 8ee9d13

Browse files
committed
renamed test
disabled Java 18 tests
1 parent 309df54 commit 8ee9d13

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ on:
1313

1414
jobs:
1515
build:
16-
name: Build, test and generate coverage report with Gradle on JDK ${{ matrix.jdk }}
16+
name: Build and generate coverage report with Gradle in JDK ${{ matrix.jdk }} on ${{ matrix.os }}
1717
strategy:
1818
matrix:
1919
# os: [ubuntu-latest, windows-latest, macos-latest]
2020
os: [ubuntu-latest, macos-latest]
21-
jdk: [17, 18]
21+
jdk: [17]
2222
python-version: [3.9]
2323
runs-on: ${{ matrix.os }}
2424
steps:

0 commit comments

Comments
 (0)