Skip to content

Commit 7fae5b0

Browse files
authored
Merge pull request #387 from fugerit-org/386-chore-update-fj-bom-parent-to-174
386 chore update fj bom parent to 174
2 parents 72ec97e + 066e170 commit 7fae5b0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build_maven_compatibility.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
strategy:
2525
matrix:
2626
distribution: [ 'corretto' ]
27-
java: [ '17', '21' ]
27+
java: [ '17', '21', '24' ]
2828
os: [ 'ubuntu-latest', 'macos-latest', 'windows-latest' ]
2929
name: Java ${{ matrix.os }} ${{ matrix.java }} (${{ matrix.distribution }}) compatibility check
3030
steps:
@@ -58,7 +58,7 @@ jobs:
5858
strategy:
5959
matrix:
6060
distribution: [ 'graalvm' ]
61-
java: [ '21', '23' ]
61+
java: [ '21', '24' ]
6262
os: [ 'ubuntu-latest' ]
6363
name: Java ${{ matrix.os }} ${{ matrix.java }} (${{ matrix.distribution }}) compatibility check
6464
steps:

0 commit comments

Comments
 (0)