Skip to content

Commit db0f421

Browse files
authored
Merge pull request #285 from tkobayas/incubator-kie-benchmarks-284-remove-java11
[incubator-kie-benchmarks-284] Remove GHA Java 11
2 parents 9dfeda4 + d1c15a8 commit db0f421

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pull_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: ubuntu-latest
1818
strategy:
1919
matrix:
20-
java: [11, 17]
20+
java: [17]
2121
fail-fast: false
2222
steps:
2323
- name: Check out Git repository

0 commit comments

Comments
 (0)