Skip to content

Commit 6ac3f0c

Browse files
committed
downgraded workflow to java 21
1 parent 03e9218 commit 6ac3f0c

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/workflows/basic-checks.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Basic checks
33
on: [pull_request]
44

55
env:
6-
JAVA_VERSION: 22
6+
JAVA_VERSION: 21
77

88
jobs:
99
spotless:

.github/workflows/code-analysis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
- cron: '0 20 * * 4'
99

1010
env:
11-
JAVA_VERSION: 22
11+
JAVA_VERSION: 21
1212

1313
jobs:
1414
sonar:

.github/workflows/docker-publish.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
- 'master'
88

99
env:
10-
JAVA_VERSION: 22
10+
JAVA_VERSION: 21
1111

1212
jobs:
1313
docker:

.github/workflows/docker-verify.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Docker Verify
33
on: [pull_request]
44

55
env:
6-
JAVA_VERSION: 22
6+
JAVA_VERSION: 21
77

88
jobs:
99
docker:

.github/workflows/releases.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ defaults:
1010
shell: bash
1111

1212
env:
13-
JAVA_VERSION: 22
13+
JAVA_VERSION: 21
1414

1515
jobs:
1616

0 commit comments

Comments
 (0)