Skip to content

Commit a589ee0

Browse files
committed
Update Java version to 21 in GitHub Actions workflow
1 parent dc554d7 commit a589ee0

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
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
matrix:
1515
platform: [ ubuntu-latest ]
16-
java-version: [ 8 ]
16+
java-version: [ 21 ]
1717

1818
runs-on: ${{ matrix.platform }}
1919
env:
@@ -27,7 +27,7 @@ jobs:
2727
with:
2828
java-version: ${{ matrix.java-version }}
2929
- name: Cache local Maven repository
30-
uses: actions/cache@v2
30+
uses: actions/cache@v3
3131
with:
3232
path: ~/.m2/repository
3333
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}

0 commit comments

Comments
 (0)