Skip to content

Commit 16bc7d2

Browse files
authored
Merge pull request #21 from aqsa505/main
Add jdk 25 EA build
2 parents cc09db5 + 3da4aeb commit 16bc7d2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/maven.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
matrix:
1616
# os: [macos-latest, ubuntu-latest, windows-latest]
1717
os: [ubuntu-latest]
18-
java-version: [17, 21, 24]
18+
java-version: [17, 21, 25]
1919

2020
runs-on: ${{ matrix.os }}
2121

@@ -38,7 +38,7 @@ jobs:
3838
- name: JDK Version
3939
run: java --version
4040
- name: Enable Maven Cache
41-
uses: actions/cache@v2
41+
uses: actions/cache@v3
4242
with:
4343
path: ~/.m2/repository
4444
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}

0 commit comments

Comments
 (0)