Skip to content
This repository was archived by the owner on Sep 26, 2025. It is now read-only.

Commit 11e3a50

Browse files
committed
Do not test against Java 19 & 20
Because Gradle 7.4 does not support them.
1 parent 2e6b074 commit 11e3a50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-supported-java-versions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
strategy:
1313
matrix:
14-
java: [ '8', '11', '17', '19', '20-ea' ]
14+
java: [ '8', '11', '17' ]
1515
name: Test against Java ${{ matrix.java }}
1616
services:
1717
rabbitmq:

0 commit comments

Comments
 (0)