Commit Graph

9 Commits

Author SHA1 Message Date
Carl Dea
0af4e21566
Using TCK Tested JDK builds of OpenJDK
The AdoptOpenJDK has been discontinued since July 2021 (https://adoptopenjdk.net). This request is to switch the distribution from 'adopt' to Azul `zulu`. When using Zulu you get all the latest updated (TCK Tested) builds for all versions of OpenJDK even archived fixed versions. 

Also added to the GH Action workflow are fixed (major) release version(s) such as `JDK 11.0.3`. This is often a good practice whenever a build/test triggers (push/pull events) to help determine if the latest (`JDK 11`) had failed the from the **latest build** vs something in **your code** caused (or introduced). 

**For example**, when building with `JDK 11.0.3` (fixed version) the build/tests passes (Green) and JDK 11 fails (Red) will mean that the latest `JDK 11` was the cause and not your code. 

**Note:** Other distributions such as Temurin do not support archived fixed releases prior to Sept. 2021 and many of the non-LTS (long term support) releases if you are planning to try out newer features of the Java language.
2021-10-04 12:09:22 -04:00
云彩ing
1f68e688d6 💚 Fixing CI Build. 2021-09-12 22:21:44 +08:00
云彩ing
86cae4e0ca 💚 Fixing CI Build. github action结果推送到 企微
💚 Fixing CI Build.
2021-09-12 22:05:14 +08:00
云彩ing
828d4e156d 💚 Fixing CI Build. github action结果推送到 企微 2021-09-12 07:49:15 +08:00
云彩ing
6f5473ef4d 💚 Fixing CI Build. fork 仓库不执行钉钉 action结果推送 2021-09-12 07:37:47 +08:00
lbw
f081ca641d 🔥 删除无用 workflows github action 2021-04-23 13:16:02 +08:00
lbw
2f333fd0f9 💚 增加github action 用于 github gitee 代码同步 2021-04-23 13:08:09 +08:00
lbw
267172fb21 👷 Adding CI build system. 格式化代码 2021-04-16 11:47:59 +08:00
lbw
69e9c9db76 👷 Adding CI build system. 格式化代码 2021-04-16 11:47:36 +08:00