Skip to content

Commit 0a7f657

Browse files
committed
Test against Java 24 ea
1 parent 7fcba7f commit 0a7f657

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
matrix:
1313
distribution: [ 'temurin' ]
14-
version: [ '11', '17', '21', '22', '23' ]
14+
version: [ '11', '17', '21', '22', '23', '24-ea' ]
1515
include:
1616
- distribution: 'semeru'
1717
version: '17'
@@ -41,7 +41,7 @@ jobs:
4141
-Dca.certificate=./tls-gen/basic/result/ca_certificate.pem \
4242
-Dclient.certificate=./tls-gen/basic/result/client_$(hostname)_certificate.pem \
4343
-Dclient.key=./tls-gen/basic/result/client_$(hostname)_key.pem \
44-
-Dnet.bytebuddy.experimental=true
44+
-Dnet.bytebuddy.experimental=true -Dspotbugs.skip=true
4545
- name: Stop toxiproxy
4646
run: docker stop toxiproxy && docker rm toxiproxy
4747
- name: Stop broker
@@ -51,4 +51,4 @@ jobs:
5151
- name: Test against cluster
5252
run: ./mvnw test -Dtest="*ClusterTest" -Drabbitmqctl.bin=DOCKER:rabbitmq0
5353
- name: Stop cluster
54-
run: docker compose --file ci/cluster/docker-compose.yml down
54+
run: docker compose --file ci/cluster/docker-compose.yml down

0 commit comments

Comments
 (0)