Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Java version for IHS & WAS. Update DB2 version for GitWorkflow #77

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
matrix:
scenario:
- websphere-v90-rockylinux8
- db21158
- db21159
- oracle19c-rockylinux8
- iim-191-rockylinux8
- ihs-v90-rockylinux8
Expand Down
2 changes: 1 addition & 1 deletion galaxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ name: spm_middleware

# The version of the collection. Must be compatible with semantic versioning
# Please note. version also exists in /github/workflows/release.yml and will need to be update also
version: 1.5.4
version: 1.5.5

# The path to the Markdown (.md) readme file. This path is relative to the root of the collection
readme: README.md
Expand Down
2 changes: 1 addition & 1 deletion roles/ihs/vars/v9.0.5.19.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ ihs_fp_installer_archive_list:

ihs_pid: v90_9.0.5019.20240304_1205

ihs_java_zip_path: Java/IBM/ibm-java-sdk-8.0-8.15-linux-x64-installmgr.zip
ihs_java_zip_path: Java/IBM/ibm-java-sdk-8.0-8.20-linux-x64-installmgr.zip
ihs_java_pid: com.ibm.java.jdk.v8
2 changes: 1 addition & 1 deletion roles/websphere/vars/v9.0.5.19.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ websphere_base_archive_list:
- was.repo.90500.nd.zip

# Java Vars
websphere_java_path: Java/IBM/ibm-java-sdk-8.0-8.15-linux-x64-installmgr.zip
websphere_java_path: Java/IBM/ibm-java-sdk-8.0-8.20-linux-x64-installmgr.zip
websphere_java_pid: com.ibm.java.jdk.v8
websphere_java_home: java/8.0
Loading