Skip to content

Commit 7ff8d5b

Browse files
[PRM-711] Set default Java version to 25 for all pipelines, removed hardcoded java versions
# Conflicts: # .github/workflows/service-ci.yml
1 parent 021a089 commit 7ff8d5b

File tree

3 files changed

+1
-8
lines changed

3 files changed

+1
-8
lines changed

.github/workflows/base-java-service-jobs.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,7 @@ on:
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

.github/workflows/full-deployment.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff 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

.github/workflows/service-ci.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)