Skip to content

Commit 9effcab

Browse files
committed
ci: Run smoke tests on Java 25
1 parent 13ef776 commit 9effcab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-and-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
--health-retries 5
5656
strategy:
5757
matrix:
58-
java: ['21', '17', '11', '8']
58+
java: ['25', '21', '17', '11', '8']
5959
runs-on: ubuntu-latest
6060
name: Run test suite with Java ${{ matrix.java }}
6161
needs: build-and-check

0 commit comments

Comments
 (0)