Skip to content

Commit 4aa8ba7

Browse files
committed
Only build RA on Java 8 since gmaven plugin doesn't seem to play well with 11+ when using Groovy 4
1 parent d823533 commit 4aa8ba7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
strategy:
1010
matrix:
1111
os: [ubuntu-18.04]
12-
java: [8, 11, 14]
12+
java: [8]
1313
fail-fast: false
1414
max-parallel: 4
1515
name: Test JDK ${{ matrix.java }}, ${{ matrix.os }}

0 commit comments

Comments
 (0)