Skip to content

Commit bd54ef9

Browse files
authored
🚀 CI Upgrade: JDK 24 Now Added! 🔥
1 parent 56ec68b commit bd54ef9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

‎.github/workflows/maven.yml‎

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@ jobs:
1414
strategy:
1515
matrix:
1616
os: [ubuntu-latest, windows-latest, macOS-latest]
17-
java: [11, 17, 21, 23]
18-
17+
java: ['11', '17', '21', '22', '23', '24-ea']
1918
steps:
2019
- uses: actions/checkout@v4
2120
- name: Set up JDK ${{ matrix.java }}

0 commit comments

Comments
 (0)