diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ac8da44..db1e9ef 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,11 +17,11 @@ jobs: - name: Checkout code uses: actions/checkout@v4 - - name: Set up JDK 17 + - name: Set up JDK 11 uses: actions/setup-java@v3 with: distribution: 'temurin' - java-version: '17' + java-version: '11' cache: 'maven' - name: Build and test code with Maven