Skip to content

Commit b4bcb9c

Browse files
committed
feature/57139_gtfsrt-metric-exporter
1 parent a58e5d1 commit b4bcb9c

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/ci-cd-java.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,6 @@ on:
2525
required: false
2626
type: string
2727
default: .
28-
javaVersion:
29-
required: false
30-
type: string
31-
default: '11'
3228

3329
env:
3430
IMAGE_NAME_MIXED_CASE: "${{ github.repository }}"
@@ -48,7 +44,7 @@ jobs:
4844
uses: actions/setup-java@v4
4945
with:
5046
distribution: 'temurin'
51-
java-version: ${{ inputs.javaVersion }}
47+
java-version: '25'
5248
cache: 'maven'
5349

5450
- name: Check code format and lint

0 commit comments

Comments
 (0)