File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1616 needs : Get-CI-Image-Tag
1717 strategy :
1818 matrix :
19- java : [21, 24 ]
19+ java : [21, 25 ]
2020 os : [ubuntu-latest]
2121
2222 name : Gradle Check Linux
4848 Check-ubi-windows :
4949 strategy :
5050 matrix :
51- java : [21, 24 ]
51+ java : [21, 25 ]
5252 os : [windows-latest]
5353
5454 name : Gradle Check Windows
7171 needs : Get-CI-Image-Tag
7272 strategy :
7373 matrix :
74- java : [21, 24 ]
74+ java : [21, 25 ]
7575 os : [ubuntu-latest]
7676
7777 name : Pre-commit Linux
@@ -110,7 +110,7 @@ jobs:
110110 needs : Precommit-ubi-linux
111111 strategy :
112112 matrix :
113- java : [21, 24 ]
113+ java : [21, 25 ]
114114 os : [ubuntu-latest]
115115 runs-on : ${{ matrix.os }}
116116 steps :
@@ -121,4 +121,4 @@ jobs:
121121 - name : Upload Coverage Report
122122 uses : codecov/codecov-action@v3
123123 with :
124- token : ${{ secrets.CODECOV_TOKEN }}
124+ token : ${{ secrets.CODECOV_TOKEN }}
You can’t perform that action at this time.
0 commit comments