Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ env:
JRE_WIN_URL: https://github.com/adoptium/temurin11-binaries/releases/download/jdk-11.0.20.1%2B1/OpenJDK11U-jre_x64_windows_hotspot_11.0.20.1_1.zip
JRE_WIN_NAME: OpenJDK11U-jre_x64_windows_hotspot_11.0.20.1_1.zip
JRE_WIN_DIR: jdk-11.0.20.1+1-jre
TOMCAT_LINUX_URL: https://dlcdn.apache.org/tomcat/tomcat-9/v9.0.82/bin/apache-tomcat-9.0.82.tar.gz
TOMCAT_LINUX_NAME: apache-tomcat-9.0.82.tar.gz
TOMCAT_WIN_URL: https://dlcdn.apache.org/tomcat/tomcat-9/v9.0.82/bin/apache-tomcat-9.0.82-windows-x64.zip
TOMCAT_WIN_NAME: apache-tomcat-9.0.82.zip
TOMCAT_DIR: apache-tomcat-9.0.82
TOMCAT_LINUX_URL: https://dlcdn.apache.org/tomcat/tomcat-9/v9.0.83/bin/apache-tomcat-9.0.83.tar.gz
TOMCAT_LINUX_NAME: apache-tomcat-9.0.83.tar.gz
TOMCAT_WIN_URL: https://dlcdn.apache.org/tomcat/tomcat-9/v9.0.83/bin/apache-tomcat-9.0.83-windows-x64.zip
TOMCAT_WIN_NAME: apache-tomcat-9.0.83.zip
TOMCAT_DIR: apache-tomcat-9.0.83
IB_URL: https://releases.installbuilder.com/installbuilder/installbuilder-enterprise-23.4.0-linux-installer.run
IB_NAME: installbuilder-enterprise-23.4.0-linux-installer.run

Expand Down