Skip to content

Commit 8710c04

Browse files
authored
Backout Java 21 from build
1 parent 1fd9bc4 commit 8710c04

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/java.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
strategy:
1717
matrix:
18-
jdk: [8, 11, 17, 21]
18+
jdk: [8, 11, 17]
1919

2020
steps:
2121
- uses: actions/checkout@v3
@@ -34,7 +34,7 @@ jobs:
3434
runs-on: ubuntu-latest
3535
strategy:
3636
matrix:
37-
jdk: [8, 11, 17, 21]
37+
jdk: [8, 11, 17]
3838

3939
steps:
4040
- uses: actions/checkout@v3
@@ -53,7 +53,7 @@ jobs:
5353
runs-on: ubuntu-latest
5454
strategy:
5555
matrix:
56-
jdk: [8, 11, 17, 21]
56+
jdk: [8, 11, 17]
5757

5858
steps:
5959
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)