Skip to content

Commit bd3cec6

Browse files
committed
Test against Java 24 ea
1 parent d9d071d commit bd3cec6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
matrix:
1313
distribution: [ 'temurin' ]
14-
version: [ '8', '11', '17', '21', '22', '23' ]
14+
version: [ '8', '11', '17', '21', '22', '23', '24-ea' ]
1515
include:
1616
- distribution: 'semeru'
1717
version: '17'
@@ -39,6 +39,6 @@ jobs:
3939
-Dca.certificate=./tls-gen/basic/result/ca_certificate.pem \
4040
-Dclient.certificate=./tls-gen/basic/result/client_$(hostname)_certificate.pem \
4141
-Dclient.key=./tls-gen/basic/result/client_$(hostname)_key.pem \
42-
-Dnet.bytebuddy.experimental=true -Djacoco.skip=true
42+
-Dnet.bytebuddy.experimental=true -Djacoco.skip=true -Dspotbugs.skip=true
4343
- name: Stop broker
4444
run: docker stop rabbitmq && docker rm rabbitmq

0 commit comments

Comments
 (0)