Skip to content

Commit

Permalink
[master] Remove JDK 14 build from actions (no longer available in rep…
Browse files Browse the repository at this point in the history
…ositories).
  • Loading branch information
tomhrr committed Feb 20, 2024
1 parent 80dde0c commit 0ac24f6
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/build.yml
Expand Up @@ -14,11 +14,6 @@ jobs:
steps:
- uses: actions/checkout@v1
- run: sudo apt-get update && sudo apt-get install openjdk-11-jdk maven && mvn clean install --batch-mode
build-20-14:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v1
- run: sudo apt-get update && sudo apt-get install openjdk-14-jdk maven && mvn clean install --batch-mode
build-22-8:
runs-on: ubuntu-22.04
steps:
Expand All @@ -29,11 +24,6 @@ jobs:
steps:
- uses: actions/checkout@v1
- run: sudo apt-get update && sudo apt-get install openjdk-11-jdk maven && mvn clean install --batch-mode
build-22-14:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v1
- run: sudo apt-get update && sudo apt-get install openjdk-14-jdk maven && mvn clean install --batch-mode
build-22-17:
runs-on: ubuntu-22.04
steps:
Expand Down

0 comments on commit 0ac24f6

Please sign in to comment.