1 parent 30a6002 commit de0ef2aCopy full SHA for de0ef2a
1 file changed
.github/workflows/pull_request.yml
@@ -35,6 +35,7 @@ jobs:
35
run: mvn verify --no-transfer-progress
36
37
# Note that 11 is not available in openjdk. So we need to do it with the Zulu distribution (see https://github.com/actions/setup-java)
38
+ # When we drop 11, it will be safe to drop the copy-pasted workflow excerpt below
39
testzulu:
40
runs-on: ${{ matrix.os }}
41
strategy:
0 commit comments