Skip to content

Commit 3674df6

Browse files
Update windows10-Enter.yml
1 parent cb3068d commit 3674df6

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/windows10-Enter.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,14 @@ name: Adopt test https://github.com/actions/setup-java/issues/692
22

33
on:
44
push:
5-
permissions: read-all
65
jobs:
76
build:
87
runs-on: ${{ matrix.os }}
98
strategy:
109
fail-fast: false
1110
matrix:
12-
os: [macos-13, ubuntu-latest, windows-latest, macos-latest]
13-
# java-version: [21, 23, 17.0.12, 22]
11+
os: [macos-13, ubuntu-latest, windows-latest, macos-latest, ubuntu-22.04]
12+
java-version: [21, 17, 11]
1413

1514
steps:
1615
- uses: actions/checkout@v4
@@ -19,6 +18,6 @@ jobs:
1918
uses: actions/setup-java@v4
2019
with:
2120
distribution: 'adopt'
22-
java-version: 17
21+
java-version: ${{ matrix.java-version }}
2322

2423

0 commit comments

Comments
 (0)