Skip to content

Commit

Permalink
Rebase with master
Browse files Browse the repository at this point in the history
Signed-off-by: yuxiqian <[email protected]>
  • Loading branch information
yuxiqian committed Oct 18, 2024
1 parent 84053af commit 2442c21
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/flink_cdc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
- name: Set JDK
uses: actions/setup-java@v4
with:
java-version: '8'
java-version: '11'
distribution: 'temurin'
cache: 'maven'
- name: Compiling jar packages
Expand All @@ -60,7 +60,7 @@ jobs:
ut:
strategy:
matrix:
java-version: [ '8' ]
java-version: [ '8', '11' ]
module: [ 'core', 'pipeline_connectors', 'mysql', 'postgres', 'oracle', 'mongodb6', 'mongodb7', 'sqlserver', 'tidb', 'oceanbase', 'db2', 'vitess' ]
name: Unit Tests
uses: ./.github/workflows/flink_cdc_base.yml
Expand All @@ -70,7 +70,7 @@ jobs:
pipeline_e2e:
strategy:
matrix:
java-version: [ '8' ]
java-version: [ '8', '11' ]
flink-version: ['1.17.2', '1.18.1', '1.19.1', '1.20.0']
module: [ 'pipeline_e2e' ]
name: Pipeline E2E Tests
Expand All @@ -82,7 +82,7 @@ jobs:
source_e2e:
strategy:
matrix:
java-version: [ '8' ]
java-version: [ '8', '11' ]
flink-version: ['1.16.3', '1.17.2', '1.18.1', '1.19.1', '1.20.0']
module: [ 'source_e2e' ]
name: Source E2E Tests
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/flink_cdc_migration_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
submodules: true
- uses: actions/setup-java@v4
with:
java-version: 8
java-version: 11
distribution: temurin
- name: Compile snapshot CDC version
run: mvn --no-snapshot-updates -B install -DskipTests
Expand All @@ -51,7 +51,7 @@ jobs:
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
- uses: actions/setup-java@v4
with:
java-version: 8
java-version: 11
distribution: temurin
cache: maven
- name: Install dependencies
Expand Down Expand Up @@ -90,7 +90,7 @@ jobs:
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
- uses: actions/setup-java@v4
with:
java-version: 8
java-version: 11
distribution: temurin
cache: maven
- name: Install dependencies
Expand Down

0 comments on commit 2442c21

Please sign in to comment.