Skip to content

Commit 5348e3d

Browse files
committed
Update versions of marketplace workflows
1 parent 5bfa631 commit 5348e3d

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/java-versions-regrtest.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ name: Java versions regrtest 2.7
88
# Only run manually as it takes quite a lot of cpu
99
on:
1010
push:
11-
branches: [ test-java-17-25 ]
1211
workflow_dispatch:
1312

1413
permissions:
@@ -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'

0 commit comments

Comments
 (0)