We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8123005 commit a440176Copy full SHA for a440176
.github/workflows/maven.yml
@@ -1,7 +1,7 @@
1
# This workflow will build a Java project with Maven, and cache/restore any dependencies to improve the workflow execution time
2
# For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-maven
3
4
-name: Java 8 / Java 11 Build with Maven
+name: Java 17 / Java 21 Build with Maven
5
6
on:
7
push:
@@ -14,7 +14,7 @@ jobs:
14
runs-on: ${{ matrix.os }}
15
strategy:
16
matrix:
17
- java: [ '8', '11' ]
+ java: [ '17', '21' ]
18
os: [ 'ubuntu-latest', 'macos-latest', 'windows-latest' ]
19
name: Java ${{ matrix.Java }} (${{ matrix.os }}) sample
20
steps:
0 commit comments