Skip to content

Commit

Permalink
chore(ci): upgrade CI java version (#556)
Browse files Browse the repository at this point in the history
  • Loading branch information
wuwen5 authored and oldratlee committed Oct 17, 2023
1 parent 1978e8f commit ec663de
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
strategy:
matrix:
os: [ ubuntu-latest, windows-latest ]
java: [ 8, 11, 17, 20, 21-ea ]
java: [ 8, 11, 17, 20, 21 ]
fail-fast: false
max-parallel: 64
name: Fast Test on Java ${{ matrix.java }} OS ${{ matrix.os }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/strong_ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
test:
# https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#choosing-github-hosted-runners
runs-on: ubuntu-latest
timeout-minutes: 15
timeout-minutes: 30
name: Strong Test by multiply java versions

steps:
Expand Down Expand Up @@ -40,7 +40,7 @@ jobs:
- name: setup Java 21
uses: actions/setup-java@v3
with:
java-version: 21-ea
java-version: 21
distribution: zulu

- name: run integration test
Expand Down

0 comments on commit ec663de

Please sign in to comment.