Skip to content

Commit

Permalink
update CI java version
Browse files Browse the repository at this point in the history
  • Loading branch information
yunfengzhou-hub committed Nov 22, 2024
1 parent 48db90f commit 23e69f2
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check-licensing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Set JDK
uses: actions/setup-java@v2
with:
java-version: 8
java-version: 11
distribution: 'adopt'
- name: Build
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e-tests-1.15.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ on:
- '**/*.md'

env:
JDK_VERSION: 8
JDK_VERSION: 11

concurrency:
group: ${{ github.workflow }}-${{ github.event_name }}-${{ github.event.number || github.run_id }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e-tests-1.16.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ on:
- '**/*.md'

env:
JDK_VERSION: 8
JDK_VERSION: 11

concurrency:
group: ${{ github.workflow }}-${{ github.event_name }}-${{ github.event.number || github.run_id }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e-tests-1.17.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ on:
- '**/*.md'

env:
JDK_VERSION: 8
JDK_VERSION: 11

concurrency:
group: ${{ github.workflow }}-${{ github.event_name }}-${{ github.event.number || github.run_id }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e-tests-1.18.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ on:
- '**/*.md'

env:
JDK_VERSION: 8
JDK_VERSION: 11

concurrency:
group: ${{ github.workflow }}-${{ github.event_name }}-${{ github.event.number || github.run_id }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e-tests-1.19.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ on:
- '**/*.md'

env:
JDK_VERSION: 8
JDK_VERSION: 11

concurrency:
group: ${{ github.workflow }}-${{ github.event_name }}-${{ github.event.number || github.run_id }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e-tests-1.20.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ on:
- '**/*.md'

env:
JDK_VERSION: 8
JDK_VERSION: 11

concurrency:
group: ${{ github.workflow }}-${{ github.event_name }}-${{ github.event.number || github.run_id }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/flink-cdc-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ on:
- '**/*.md'

env:
JDK_VERSION: 8
JDK_VERSION: 11

concurrency:
group: ${{ github.workflow }}-${{ github.event_name }}-${{ github.event.number || github.run_id }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish_snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ on:
workflow_dispatch:

env:
JDK_VERSION: 8
JDK_VERSION: 11

concurrency:
group: ${{ github.workflow }}-${{ github.event_name }}-${{ github.event.number || github.run_id }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/utitcase-flink.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ on:
- '**/*.md'

env:
JDK_VERSION: 8
JDK_VERSION: 11

concurrency:
group: ${{ github.workflow }}-${{ github.event_name }}-${{ github.event.number || github.run_id }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/utitcase-spark-3.x.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ on:
- '**/*.md'

env:
JDK_VERSION: 8
JDK_VERSION: 11

concurrency:
group: ${{ github.workflow }}-${{ github.event_name }}-${{ github.event.number || github.run_id }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/utitcase.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ on:
- '**/*.md'

env:
JDK_VERSION: 8
JDK_VERSION: 11

concurrency:
group: ${{ github.workflow }}-${{ github.event_name }}-${{ github.event.number || github.run_id }}
Expand Down

0 comments on commit 23e69f2

Please sign in to comment.