Skip to content

Commit 79ac8be

Browse files
Build against Java 24. (#1361)
Fixes #1360
1 parent 2fc8a48 commit 79ac8be

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: Java CI with Maven
22

33
on:
44
push:
5-
branches: [ main, 2.3.x, 2.4.x, 3.0.x, 3.1.x, 3.2.x ]
5+
branches: [ main, 2.3.x, 2.4.x, 3.0.x, 3.1.x, 3.2.x, 3.3.x ]
66
pull_request:
7-
branches: [ main, 2.3.x, 2.4.x, 3.0.x, 3.1.x, 3.2.x ]
7+
branches: [ main, 2.3.x, 2.4.x, 3.0.x, 3.1.x, 3.2.x, 3.3.x ]
88

99
permissions:
1010
contents: read
@@ -14,7 +14,7 @@ jobs:
1414
name: Test with JDK ${{ matrix.version }}
1515
strategy:
1616
matrix:
17-
version: [ 17.0.12, 21.0.4 ]
17+
version: [ 17.0.12, 21.0.4, 24 ]
1818
runs-on: ubuntu-latest
1919
steps:
2020
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)