mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-17 13:05:49 +00:00
Merge branch 'main' of https://github.com/prankumargrid/spring-petclinic
This commit is contained in:
commit
54f81c4b12
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:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
java: [8, 11, 17]
|
java: [17, 21]
|
||||||
|
|
||||||
name: Build with Java ${{ matrix.java }}
|
name: Build with Java ${{ matrix.java }}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue