Skip to content

Commit

Permalink
chore(ci): update CI config (#556)
Browse files Browse the repository at this point in the history
  • Loading branch information
wuwen5 authored and oldratlee committed Oct 10, 2023
1 parent 1978e8f commit e50ac2b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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
2 changes: 1 addition & 1 deletion .github/workflows/strong_ci.yaml
Original file line number Diff line number Diff line change
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 e50ac2b

Please sign in to comment.