File tree Expand file tree Collapse file tree 3 files changed +1
-8
lines changed
Expand file tree Collapse file tree 3 files changed +1
-8
lines changed Original file line number Diff line number Diff line change 1919 default : false
2020 java_version :
2121 type : string
22- # TODO PRM-711: Update to Java 25 once all services are compatible
23- default : " 21"
22+ default : " 25"
2423 required : false
2524 image_prefix :
2625 type : string
Original file line number Diff line number Diff line change @@ -101,8 +101,6 @@ jobs:
101101 service : pds-adaptor
102102 environment : ${{ inputs.environment }}
103103 is_deployment : ${{ inputs.is_deployment }}
104- # TODO PRM-713 REMOVE THIS LINE SO IT TAKES THE DEFAULT
105- java_version : " 11"
106104 ecr_alias : deductions/pds-adaptor
107105 secrets : inherit
108106
Original file line number Diff line number Diff line change @@ -109,8 +109,6 @@ jobs:
109109 environment : dev
110110 is_deployment : ${{ github.ref == 'refs/heads/main' }}
111111 requires_localstack : true
112- # PRM-711: Remove the hardcoded java_versions once all services are compatible with Java 25
113- java_version : " 25"
114112 ecr_alias : deductions/nems-event-processor
115113 secrets : inherit
116114
@@ -124,7 +122,6 @@ jobs:
124122 environment : dev
125123 is_deployment : ${{ github.ref == 'refs/heads/main' }}
126124 requires_localstack : true
127- java_version : " 25"
128125 ecr_alias : deductions/ehr-transfer-service
129126 secrets : inherit
130127
@@ -137,7 +134,6 @@ jobs:
137134 service : pds-adaptor
138135 environment : dev
139136 is_deployment : ${{ github.ref == 'refs/heads/main' }}
140- java_version : " 25"
141137 ecr_alias : deductions/pds-adaptor
142138 secrets : inherit
143139
You can’t perform that action at this time.
0 commit comments