File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,7 +8,6 @@ name: Java versions regrtest 2.7
88# Only run manually as it takes quite a lot of cpu
99on :
1010 push :
11- branches : [ test-java-17-25 ]
1211 workflow_dispatch :
1312
1413permissions :
@@ -21,10 +20,11 @@ jobs:
2120 max-parallel : 2
2221 matrix :
2322 version : [17, 25]
24- os : [ubuntu-latest, windows-latest ]
23+ os : [ubuntu-latest]
2524
2625 runs-on : ${{ matrix.os }}
2726 timeout-minutes : 40
27+ continue-on-error : true
2828
2929 steps :
3030 - run : echo "Branch ${{ github.ref }} of repository ${{ github.repository }}."
@@ -33,10 +33,10 @@ jobs:
3333 # Some tests require exactly-expected line endings
3434 - run : git config --global core.autocrlf input
3535
36- - uses : actions/checkout@v4
36+ - uses : actions/checkout@v6
3737
3838 - name : Set up JDK
39- uses : actions/setup-java@v4
39+ uses : actions/setup-java@v5
4040 with :
4141 java-version : ${{ matrix.version }}
4242 distribution : ' temurin'
You can’t perform that action at this time.
0 commit comments