This commit is contained in:
Marko Frankovic
2025-02-27 11:16:48 +01:00
parent cccebaca5c
commit e929027f25
3 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -36,10 +36,10 @@ jobs:
with:
maven-version: '3.9.9'
- name: Set up JDK 21
- name: Set up JDK 8
uses: actions/setup-java@v4
with:
java-version: '21'
java-version: '8'
distribution: 'corretto'
cache: maven