Skip to content

Commit

Permalink
remove JDK 20
Browse files Browse the repository at this point in the history
  • Loading branch information
alapierre committed Feb 13, 2024
1 parent 822420c commit 1f69bfc
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 179 deletions.
1 change: 0 additions & 1 deletion .env
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,4 @@ IMAGE_POSTFIX=
JAVA_8_VERSION=8.392.08-r1
JAVA_11_VERSION=11.0.22_p7-r0
JAVA_17_VERSION=17.0.10_p7-r0
JAVA_20_VERSION=20.0.2_p9-r0
JAVA_21_VERSION=21.0.2_p13-r2
3 changes: 0 additions & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,6 @@ jobs:
- name: Run Buildx JDK 17
run: |
(cd jdk-17 && make build github)
- name: Run Buildx JDK 20
run: |
(cd jdk-20 && make build github)
- name: Run Buildx JDK 21
run: |
(cd jdk-21 && make build github)
2 changes: 0 additions & 2 deletions jdk-20/.dockerignore

This file was deleted.

16 changes: 0 additions & 16 deletions jdk-20/Dockerfile

This file was deleted.

23 changes: 0 additions & 23 deletions jdk-20/Makefile

This file was deleted.

30 changes: 0 additions & 30 deletions jdk-20/ssl/Entrust_Certification_Authority_L1K.cer

This file was deleted.

25 changes: 0 additions & 25 deletions jdk-20/ssl/Entrust_Root_Certification_Authority_G2.cer

This file was deleted.

79 changes: 0 additions & 79 deletions jdk-20/wait-for.sh

This file was deleted.

0 comments on commit 1f69bfc

Please sign in to comment.