We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf266e8 commit b8310c3Copy full SHA for b8310c3
.github/workflows/gradle.yml
@@ -25,10 +25,10 @@ jobs:
25
file_glob: 'backend/*/src/main/resources/static/openapi/api.yml'
26
spectral_ruleset: backend/config/.spectral.yaml
27
28
- - name: Setup up JDK 23
+ - name: Setup up JDK 22
29
uses: actions/setup-java@v4
30
with:
31
- java-version: '23'
+ java-version: '22'
32
distribution: 'temurin'
33
34
- name: Setup Gradle
0 commit comments