diff --git a/.github/workflows/code-ci.yml b/.github/workflows/code-ci.yml index 1fe2f9da3..dbc8c3d68 100644 --- a/.github/workflows/code-ci.yml +++ b/.github/workflows/code-ci.yml @@ -28,10 +28,10 @@ jobs: restore-keys: | ${{ runner.os }}-gradle- - - name: Set up JDK 17 + - name: Set up JDK 18 uses: actions/setup-java@v3 with: - java-version: '17' + java-version: '18' distribution: 'temurin' - name: Jooq Code Generation diff --git a/.github/workflows/ecs-cd.yml b/.github/workflows/ecs-cd.yml index fa6352703..41471be8d 100644 --- a/.github/workflows/ecs-cd.yml +++ b/.github/workflows/ecs-cd.yml @@ -31,11 +31,11 @@ jobs: restore-keys: | ${{ runner.os }}-gradle- - - name: Set up JDK 17 + - name: Set up JDK 18 uses: actions/setup-java@v3 with: + java-version: '18' distribution: 'temurin' - java-version: '17' cache: gradle - name: Configure AWS credentials diff --git a/.github/workflows/ecs-dev-cd.yml b/.github/workflows/ecs-dev-cd.yml index 77cefbb5d..d8a59751a 100644 --- a/.github/workflows/ecs-dev-cd.yml +++ b/.github/workflows/ecs-dev-cd.yml @@ -31,11 +31,11 @@ jobs: restore-keys: | ${{ runner.os }}-gradle- - - name: Set up JDK 17 + - name: Set up JDK 18 uses: actions/setup-java@v3 with: + java-version: '18' distribution: 'temurin' - java-version: '17' cache: gradle - name: Configure AWS credentials