diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index 0c82c7e..ee4c4c8 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -22,10 +22,10 @@ jobs:
steps:
- uses: actions/checkout@v4
- run: rm -rf test.db
- - name: Set up JDK 21
+ - name: Set up JDK 17
uses: actions/setup-java@v4
with:
- java-version: '21'
+ java-version: '17'
distribution: 'temurin'
cache: maven
- run: mvn -B test --file pom.xml
diff --git a/pom.xml b/pom.xml
index 976b8cd..160087f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -27,7 +27,7 @@
- 21
+ 17