diff --git a/.github/workflows/gradle.yml b/.github/workflows/gradle.yml
index feb5149..8efec56 100644
--- a/.github/workflows/gradle.yml
+++ b/.github/workflows/gradle.yml
@@ -14,14 +14,16 @@ jobs:
name: ${{ matrix.title }}
runs-on: ubuntu-latest
strategy:
+ fail-fast: false
matrix:
include:
- - title: Java 11
- java: 11
- - title: Java 17
+ - title: Java 17 # minimally supported version, set the same in gradle.properties
java: 17
- title: Java 21
java: 21
+# todo #41
+# - title: Java 25
+# java: 25
steps:
- name: Checkout
uses: actions/checkout@v5
diff --git a/.idea/misc.xml b/.idea/misc.xml
index 5f1aa85..9f3a8fd 100644
--- a/.idea/misc.xml
+++ b/.idea/misc.xml
@@ -10,7 +10,7 @@
-
+
\ No newline at end of file
diff --git a/.idea/vcs.xml b/.idea/vcs.xml
index ae5ba76..0bc45cf 100644
--- a/.idea/vcs.xml
+++ b/.idea/vcs.xml
@@ -9,6 +9,16 @@
+
+
+
diff --git a/gradle.properties b/gradle.properties
index 9168973..3e3ab3a 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -1 +1 @@
-javaVersion=11
\ No newline at end of file
+javaVersion=17
\ No newline at end of file