diff --git a/.github/workflows/ContinuousIntegration_java-practices.yml b/.github/workflows/ContinuousIntegration_java-practices.yml index 69c5b33..4ac93e1 100644 --- a/.github/workflows/ContinuousIntegration_java-practices.yml +++ b/.github/workflows/ContinuousIntegration_java-practices.yml @@ -9,9 +9,9 @@ jobs: steps: - uses: actions/checkout@v1 - - name: Set up JDK 11 + - name: Set up JDK 21 uses: actions/setup-java@v1 with: - java-version: 11 + java-version: 21 - name: Build with Maven run: mvn -B package --file pom.xml diff --git a/pom.xml b/pom.xml index c15d220..5cc23f8 100644 --- a/pom.xml +++ b/pom.xml @@ -98,8 +98,8 @@ org.apache.maven.plugins maven-compiler-plugin - 17 - 17 + 21 + 21 @@ -108,9 +108,9 @@ UTF-8 UTF-8 - 17 - 17 - 17 + 21 + 21 + 21 5.6.1 3.3.3