Skip to content

Commit a440176

Browse files
feat: adapt workflow to use java 17 and 21
1 parent 8123005 commit a440176

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
@@ -1,7 +1,7 @@
11
# This workflow will build a Java project with Maven, and cache/restore any dependencies to improve the workflow execution time
22
# For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-maven
33

4-
name: Java 8 / Java 11 Build with Maven
4+
name: Java 17 / Java 21 Build with Maven
55

66
on:
77
push:
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ${{ matrix.os }}
1515
strategy:
1616
matrix:
17-
java: [ '8', '11' ]
17+
java: [ '17', '21' ]
1818
os: [ 'ubuntu-latest', 'macos-latest', 'windows-latest' ]
1919
name: Java ${{ matrix.Java }} (${{ matrix.os }}) sample
2020
steps:

0 commit comments

Comments
 (0)