Commit Graph

6 Commits

Author SHA1 Message Date
github-actions[bot]
34344773ee 🤖: cos, fedora, java, joomla, laravel, nodejs, tomcat
cos: cos-105-17412-1-66, cos-101-17162-127-61, cos-97-16919-294-6, cos-93-16623-402-2
fedora: 38
java: 8u371, 20.0.1, 17.0.7, 11.0.19
joomla: 4.3.0
laravel: 10.8.0, 9.52.6
nodejs: 20.0.0
tomcat:
2023-04-18 18:34:45 +00:00
github-actions[bot]
dbb3c2bdb1 🤖: blender, firefox, java, jenkins, quarkus
blender: 2.93.16
firefox: 111.0.1
java: 20
jenkins: 2.396
quarkus: 2.16.5
2023-03-21 18:36:56 +00:00
github-actions[bot]
84cb55ee80 🤖: gitlab, java, nix, ruby-on-rails
gitlab: 15.5.9, 15.6.6, 15.7.5
java: 8u361, 19.0.2, 17.0.6, 11.0.18
nix: 2.13.0
ruby-on-rails: 6.0.6.1, 6.1.7.1, 7.0.4.1
2023-01-18 02:01:28 +00:00
github-actions[bot]
b63aa7c317 🤖: java
java:
2023-01-08 12:33:15 +01:00
Marc Wrobel
29c3f752f5 [java] Fix java.py (closes #65) 2023-01-05 10:22:59 +01:00
Marc Wrobel
082b165d5d Add Java automation
Fetch Java versions with their dates from https://www.java.com/releases/.

This script is using a new dependency: requests-html (https://requests-html.kennethreitz.org/). This is because https://www.java.com/releases/ needs JavaScript to render correctly. And for this to work requests-html automatically downloads Chromium because of its dependency to pyppeteer.

Chromium is downloaded into PYPPETEER_HOME, so the workflow has been modified to set this directory as a subdirectory of ~/.cache. Note that declaring the same environment variable from the python script does not work.
2023-01-03 18:23:19 +01:00