Skip to content

Commit 0ac24f6

Browse files
committed
[master] Remove JDK 14 build from actions (no longer available in repositories).
1 parent 80dde0c commit 0ac24f6

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

.github/workflows/build.yml

-10
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,6 @@ jobs:
1414
steps:
1515
- uses: actions/checkout@v1
1616
- run: sudo apt-get update && sudo apt-get install openjdk-11-jdk maven && mvn clean install --batch-mode
17-
build-20-14:
18-
runs-on: ubuntu-20.04
19-
steps:
20-
- uses: actions/checkout@v1
21-
- run: sudo apt-get update && sudo apt-get install openjdk-14-jdk maven && mvn clean install --batch-mode
2217
build-22-8:
2318
runs-on: ubuntu-22.04
2419
steps:
@@ -29,11 +24,6 @@ jobs:
2924
steps:
3025
- uses: actions/checkout@v1
3126
- run: sudo apt-get update && sudo apt-get install openjdk-11-jdk maven && mvn clean install --batch-mode
32-
build-22-14:
33-
runs-on: ubuntu-22.04
34-
steps:
35-
- uses: actions/checkout@v1
36-
- run: sudo apt-get update && sudo apt-get install openjdk-14-jdk maven && mvn clean install --batch-mode
3727
build-22-17:
3828
runs-on: ubuntu-22.04
3929
steps:

0 commit comments

Comments
 (0)