Skip to content

Commit

Permalink
[hotfix] Update branch to 1.18
Browse files Browse the repository at this point in the history
  • Loading branch information
JingGe authored Aug 22, 2023
1 parent 830ed60 commit 4397ff0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- uses: actions/checkout@v3
- name: "Build images"
run: |
./add-custom.sh -u "https://s3.amazonaws.com/flink-nightly/flink-1.19-SNAPSHOT-bin-scala_2.12.tgz" -j 8 -n test-java8
./add-custom.sh -u "https://s3.amazonaws.com/flink-nightly/flink-1.19-SNAPSHOT-bin-scala_2.12.tgz" -j 11 -n test-java11
./add-custom.sh -u "https://s3.amazonaws.com/flink-nightly/flink-1.18-SNAPSHOT-bin-scala_2.12.tgz" -j 8 -n test-java8
./add-custom.sh -u "https://s3.amazonaws.com/flink-nightly/flink-1.18-SNAPSHOT-bin-scala_2.12.tgz" -j 11 -n test-java11
- name: "Test images"
run: testing/run_tests.sh

0 comments on commit 4397ff0

Please sign in to comment.