mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-17 13:25:49 +00:00
Update build-matrix.yaml
Signed-off-by: prankumargrid <prankumar@griddynamics.com>
This commit is contained in:
parent
94c1e6084f
commit
bee512426e
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build-matrix.yaml
vendored
2
.github/workflows/build-matrix.yaml
vendored
|
@ -8,7 +8,7 @@ jobs:
|
|||
|
||||
strategy:
|
||||
matrix:
|
||||
java: [8, 11, 17]
|
||||
java: [17, 21]
|
||||
|
||||
name: Build with Java ${{ matrix.java }}
|
||||
|
||||
|
|
Loading…
Reference in a new issue