diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index 87c1988d..729d285e 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -13,10 +13,10 @@ jobs: steps: - name: Check out wala/ML sources uses: actions/checkout@v3 - - name: Set up JDK 11 + - name: Set up JDK 17 uses: actions/setup-java@v3 with: - java-version: '11' + java-version: '17' distribution: 'temurin' cache: maven - name: Install Python. diff --git a/.travis.yml b/.travis.yml index 2466f614..8dd11cbf 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,7 @@ os: linux dist: jammy language: java -jdk: openjdk11 +jdk: openjdk17 before_install: - pip install -r requirements.txt - mvn spotless:check -B diff --git a/pom.xml b/pom.xml index 18c7b7cd..a4dbe2b2 100644 --- a/pom.xml +++ b/pom.xml @@ -24,8 +24,8 @@ 0.0.1-SNAPSHOT - 1.8 - 1.8 + 17 + 17 3.10.1 UTF-8 b000